Search found 2 matches

by xicJeff
Fri Feb 14, 2014 6:10 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLT240128 Initialize Label not working
Replies: 3
Views: 3300

Re: GLT240128 Initialize Label not working

Hi Martino,

I checked the version number and it was 8.2. I did a firmware upgrade to 8.3 and it's working now.

Thanks,
Jeff
by xicJeff
Thu Feb 13, 2014 6:58 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLT240128 Initialize Label not working
Replies: 3
Views: 3300

GLT240128 Initialize Label not working

Hi, I am able to write data and perform other functions (clear screen, load a bitmap), but the Initialize Label command isn't working. I tried sending the following: TxBuffer[0] = 254; TxBuffer[1] = 45; TxBuffer[2] = 2; /* ID */ TxBuffer[3] = 122; /* X1 */ TxBuffer[4] = 40; /* Y1 */ TxBuffer[5] = 18...