LK204-25-PC Positioning cursor
Posted: Tue Feb 17, 2004 12:39 pm
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!
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!