I am trying to load images to a uLCD-32PT which is loaded with the PmmC "uLCD-32PTGFX-R25.PmmC".
I have created a .gci and a .dat file using graphics composer 2.9.0.15.
I have attempted to load these files from the graphics card using the example code "IMAGES.4dg".
The function "file_LoadImageControl" always fails if I try to load my files. However it works with the example files ("GFX2DEMO.dat" and "GFX2DEMO.gci") and with other files downloadable from this forum
(http://4d.websitetoolbox.com/post/show_single_post?pid=41950831&postcount=4).
In my .dat file each image is listed with parameters totalling 12 hex characters, the last 4 being the default coordinates defined in Graphics Composer. However, in the .dat files which I have found to work each image is accompanied by only 8 characters of data.
Did something get changed in GC 2.9.0.15 requiring a different method of loading the files?
I have created a .gci and a .dat file using graphics composer 2.9.0.15.
I have attempted to load these files from the graphics card using the example code "IMAGES.4dg".
The function "file_LoadImageControl" always fails if I try to load my files. However it works with the example files ("GFX2DEMO.dat" and "GFX2DEMO.gci") and with other files downloadable from this forum
(http://4d.websitetoolbox.com/post/show_single_post?pid=41950831&postcount=4).
In my .dat file each image is listed with parameters totalling 12 hex characters, the last 4 being the default coordinates defined in Graphics Composer. However, in the .dat files which I have found to work each image is accompanied by only 8 characters of data.
Did something get changed in GC 2.9.0.15 requiring a different method of loading the files?
Comment