Microcontroller › 8051 › help with LCD(16×2) display code using 8051 › You could start with the
April 16, 2013 at 3:17 pm
#9508
Savio
Participant
You could start with the first line with ‘0x80’ and count the characters being sent to the lcd. Once 16 characters have been sent, send the command to display from the second line – ‘0xC0’ .
and vice-versa.