Page 1 of 1

reduce the loading time of the images

Posted: Wed Mar 21, 2012 12:05 pm
by reno0986
Hello again:

I would like to know if is possible jump the splash screen because it delay my process and I want that time for load all my images that I must to use in my program, the size of all my images is 400 kb and the time of load is approximately 90 seconds.

Please help me to reduce this time or to remove the splash screen.

Thanks, best regards

Posted: Thu Mar 22, 2012 9:18 am
by Clark
Hello Reno,

The splash screen appears while the GTT is initializing, unfortunately, the unit needs time to setup and the splash screen provides some eye candy while the work is being done behind the scenes.

When you are loading an image, you are pulling it from the slower non-volatile memory of the SD card into faster internal volatile memory. While the load process is slow, it means that images can quickly be drawn later.

The fastest way to load your images will be to create an autoexec file which will run right after the unit is done loading. You might also consider loading images in stages, as other information appears on the screen.

Thanks,
Troy

Posted: Thu Mar 22, 2012 5:34 pm
by reno0986
Thanks