Search found 3 matches

by Kayla
Wed Feb 01, 2012 2:18 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Cursor on GLK19264
Replies: 3
Views: 4892

Hi Kayla,

Unfortunately, there is no cursor available on our graphic displays. However, you might create a custom block character to display at the end of written text, or an arrow to signify the current position in a menu. The graphic units offer a lot of possibilities.

Thanks,
Troy

Thanks ...
by Kayla
Tue Jan 31, 2012 8:16 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Cursor on GLK19264
Replies: 3
Views: 4892

Cursor on GLK19264

Can't seem to find command for blinking the cursor. No cursor in glk19264?
by Kayla
Tue Jan 31, 2012 4:20 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading Keypad on GLK 1964
Replies: 2
Views: 4581

Reading Keypad on GLK 1964

I was following the app note but and my lcd wont read key pressed from the LCD keypad. It would read only from my computer keyboard. Any help on how I would read from the keypad. I'm running Ubuntu and trying to create a menu system.

int PollKeyPress(char key[])//Send the poll command and read a 1 ...