diff --git a/hardware/PiLcd/nrlcd.py b/hardware/PiLcd/nrlcd.py index de4cc012..ec6dfc65 100755 --- a/hardware/PiLcd/nrlcd.py +++ b/hardware/PiLcd/nrlcd.py @@ -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 diff --git a/hardware/PiLcd/package.json b/hardware/PiLcd/package.json index 7d158fe7..22668892 100644 --- a/hardware/PiLcd/package.json +++ b/hardware/PiLcd/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pilcd", - "version" : "0.0.7", + "version" : "0.0.8", "description" : "A Node-RED node for Raspberry Pi to write to HD44780 style LCD panels.", "dependencies" : { },