GLT240128 problems
Posted: Mon Nov 23, 2009 11:02 am
I'm using GLT240128, every thing goes fine and I can display and touch it,but here is a problem.
I used 0xFE 0x86 or 0xfe 85 [num] to delete the touch region, but it didn't work.
unsigned char DiscardDis[2]={0xfe,0x86};
send_tx_string(DiscardDis,2);
only by using MOGD# to wipe the file system I can delete the touch region. do you have any solutions to that?
I used 0xFE 0x86 or 0xfe 85 [num] to delete the touch region, but it didn't work.
unsigned char DiscardDis[2]={0xfe,0x86};
send_tx_string(DiscardDis,2);
only by using MOGD# to wipe the file system I can delete the touch region. do you have any solutions to that?