A TextLCD interface for driving 4-bit HD44780-based LCDs.
Fork of TextLCD by
Revision 44:c1fcecff146a, committed 2017-12-11
- Comitter:
- vm2m
- Date:
- Mon Dec 11 10:29:27 2017 +0000
- Parent:
- 43:db59a996a57a
- Commit message:
- Fix backlight
Changed in this revision
TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r db59a996a57a -r c1fcecff146a TextLCD_Config.h --- 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)