i'm using a 632 interfaced to an Atmel micro. my question is this, i'm using the UART to send the lcd data, which works fine. but i want to adjust where certain text shows up, i was trying it like this.
i was thinking this would show up as
on the lcd. it isn't working though, any suggestions?
Code:
printf("data");
putchar(17); //tells the lcd to adjust
putchar(0); //column 0
putchar(1); //row 1
printf("more data");
Code:
data
more data
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.