I am not sure i understand right or not.
1. When i connect module uVGA SGCII into display and computer with i did not do anything before,, then display show logo 4D system that i understand logo show because there is file autoexec.4DS still in module before( from company 4D system)
2. I use program GC(Graphic compressor) to convert picture file from .JPEG and animation file .wmv to be GC file like a manual and save into uSD Card then bring uSD Card into module uVGA SGCII
3. I use Work shop to write script for module uVGA SGCII can show picture slide in uSD Card by itself ,, my code program are
#Run(Picaso,COM3,9600,5,Wrap)
#include "4DScript_16bitColours.inc"
$openinit
clear
SetBaud(9600)
InituSD
Status
ReadSector(0x000000)
UsdImage(0,0,320,240,16,0x03A5FD)
delay(3000)
UsdImage(0,0,320,240,16,0x03A72A)
delay(3000)
UsdImage(0,0,320,240,16,0x03A857)
delay(3000)
UsdImage(0,0,320,240,16,0x03A984)
delay(3000)
UsdImage(10,0,320,240,16,0x3AAB1)
delay(3000)
UsdImage(10,0,320,240,16,0x3ABDE)
delay(3000)
UsdImage(10,0,320,240,16,0x3AD0B)
delay(3000)
Video(0,0,320,240,16,40,797,0x000000)
exit
I try to compile and run program and it can work
4. I save file script and create name " autoexec" that when save file it will be autoexec..4dScript then i convert to autoexec.4ds
5. I bring SD Card out from module for save file autoexec.4ds into card but when i can not open card because it had control to Format so, i format card and use RMPET to divide partition to FAT16 and do in process 2 again, and then save file autoexec.4ds that get from process 4 too
6. I bring SD Card into module again and connect module into display same process 1 but display still show logo 4D system.
I would like to display show in same my script like automatically without run pass work shop as same as when connect module to display and it show logo 4D system automatically.. How i can do ??
1) http://pic.free.in.th/id/9480d99825fc459c5e0250ad0ae68b7a
3) http://pic.free.in.th/id/95eeeae044cdd3f64667b0425341df09
4) http://pic.free.in.th/id/a02e2194ef9fad0b1f3a6044f6643c26