GLT240128 problems

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
linchenjie
LCD?
Posts: 4
Joined: Wed Oct 14, 2009 8:28 am

GLT240128 problems

Post by linchenjie »

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?

Raquel
Matrix Orbital
Matrix Orbital
Posts: 803
Joined: Thu Aug 19, 2004 3:37 pm
Location: MO Office

Post by Raquel »

Hi,

Thank you for posting on the forums.

Sorry about this, but you are correct about the problem. This is a known bug and has been corrected on the new firmware but is not yet released.

There is a work around though. Please wrap your command with the Set Remember function command, basically:

254 / 147 / 1 - turn Remember function on
254 / 134 /[num] - this is your 0xFE 0x86 or 0xfe 85 [num]
254 / 147 / 0 - turn Remember function off

Please let me know how it turns out for you.
Raquel Malinis
Design and Development
Matrix Orbital

linchenjie
LCD?
Posts: 4
Joined: Wed Oct 14, 2009 8:28 am

Post by linchenjie »

Thank you
I tried as you suggested
it's working right now

Post Reply