Hi Chris,
$40 is the address for the second 8 characters.
But the address has to be sent with the "Set DDRAM" command ($80).
$80 + $40 =
$C0
hth,
Added: Don't forget to set the LCD to 2 lines. (even though it's a 1x16)
Code:
DEFINE LCD_LINES 2 'Number lines on LCD
Bookmarks