A TextLCD interface for driving 4-bit HD44780-based LCDs.

Fork of TextLCD by Wim Huiskamp

Revision:
44:c1fcecff146a
Parent:
43:db59a996a57a
--- a/TextLCD_Config.h	Fri Nov 10 15:31:37 2017 +0000
+++ b/TextLCD_Config.h	Mon Dec 11 10:29:27 2017 +0000
@@ -96,7 +96,7 @@
 #define LCD_BUS_I2C_RS (1 << 4)
 #define LCD_BUS_I2C_E  (1 << 5)
 #define LCD_BUS_I2C_E2 (1 << 6)
-#define LCD_BUS_I2C_BL (1 << 8)
+#define LCD_BUS_I2C_BL (1 << 7)
 
 #define LCD_BUS_I2C_RW (1 << 6)