It is wired default........... and it works fine with simple LCDOUT "hello"
or the following (NNW) in large 4 line tall font.. just need help getting my first question answered, how to port the code, that was written for BS2 to PBP?
i couldnt use nibble (WHY IS THERE NO NIBBLE IN PBP?), forcing me to break
pat into 16 bits rather than 4 nibbles (pat.nib3,pat.nib2,pat.nib1,pat.nib0)
THIS WORKS FINE, LCD IS WIRED IN DEFAULT.
sub1:
LCDOUT CMD, LcdCls ' Clear the LCD
PAUSE 1
LCDOUT CMD, LcdLine1 + 3, 6,1,7,6,7,6,1,7,6,7,6,7,7,6
LCDOUT CMD, LcdLine2 + 3, 6,2,1,6,7,6,2,1,6,7,6,7,7,6
LCDOUT CMD, LcdLine3 + 3, 6,7,2,6,7,6,7,2,6,7,6,0,1,6
LCDOUT CMD, LcdLine4 + 3, 6,7,7,6,7,6,7,7,6,7,6,3,2,6
RETURN
Bookmarks