- This topic has 2 replies, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
|
hello sir….
Im displaying few text on LCD 16×2. I’m able to shift the display to right. But I want to sift it to left.
//below string is for shifting the display to right....
lcdcmd(0x1C); //Shift the entire display to right
What is the command to shift the entire display to left?
Please help.
Hi Pradeep,
//LcdCommandWrite(0x18); // shift display and cursor to the left
//LcdCommandWrite(0x1c); // shift display and cursor to the right
Hope this helps you.