LK204-25-PC Positioning cursor

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

Moderators: Henry, Mods

Post Reply
Juan
LCD?
Posts: 9
Joined: Tue Feb 10, 2004 9:53 am

LK204-25-PC Positioning cursor

Post by Juan »

Hi, I need to place the cursor in the LK204-25-PC LCD module on column 5 and row 5...how could I do that? what is the format for this
Right now I have, but is does not work...can any one explain the reason why?

tx_out(0xFE);
tx_out(5); // col
tx_out(2); // row
Thanks!
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

you are not issuing the cursor possition command, just the location.
Henry J.
President
Matrix Orbital
Juan
LCD?
Posts: 9
Joined: Tue Feb 10, 2004 9:53 am

Post by Juan »

Henry I noticed that, after I posted this message, but it still does not work.
Do I need to declare some kind of array with pointer... I am brand new at this so please bare with me.

tx_out(0xFE);
tx_out('G');
tx_out(5); // col
tx_out(2); // row

thanks
Miles
Matrix Orbital
Matrix Orbital
Posts: 1105
Joined: Mon Mar 04, 2002 4:00 pm

Post by Miles »

Can you get the display to respond when issuing other commands, such as backlight off/on??
Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital
Post Reply