Microcontroller › 8051 › help with LCD(16×2) display code using 8051 › LCD data automatically moving to second line
November 28, 2015 at 12:11 pm
#13536
Participant
Hi,
I tried the same code to display my string on line 1. It works fine till my string has 16 characters. I am happy with it.
If my string has more than 16 characters , I wont be able to see them. This part is also clear.
But when my string has 50 characters, the characters after 40th character are automatically getting printed on line 2.
How would this be happening
Thanks
Abin