Page 1 of 1

LK204-25-PC Positioning cursor

Posted: Tue Feb 17, 2004 12:39 pm
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!

Posted: Tue Feb 17, 2004 1:15 pm
by Henry
you are not issuing the cursor possition command, just the location.

Posted: Tue Feb 17, 2004 1:31 pm
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

Posted: Tue Feb 17, 2004 2:59 pm
by Miles
Can you get the display to respond when issuing other commands, such as backlight off/on??