Fix piLCD line 3 and 4 addressing

ti address #416
This commit is contained in:
Dave Conway-Jones
2018-03-20 17:17:14 +00:00
parent babff3ff26
commit 34199142dd
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ LCD_CMD = False
LCD_LINE_1 = 0x80 # LCD RAM address for the 1st line
LCD_LINE_2 = 0xC0 # LCD RAM address for the 2nd line
LCD_LINE_3 = 0xA0 # LCD RAM address for the 3rd line
LCD_LINE_4 = 0xE0 # LCD RAM address for the 4th line
LCD_LINE_3 = 0x94 # LCD RAM address for the 3rd line
LCD_LINE_4 = 0xD4 # LCD RAM address for the 4th line
# Timing constants
E_PULSE = 0.0005