A TextLCD interface for driving 4-bit HD44780-based LCDs.
Fork of TextLCD by
Revision 43:db59a996a57a, committed 2017-11-10
- Comitter:
- vm2m
- Date:
- Fri Nov 10 15:31:37 2017 +0000
- Parent:
- 42:14e1718fba52
- Child:
- 44:c1fcecff146a
- Commit message:
- Add some fixes
Changed in this revision
| TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD_Config.h Fri Jan 06 14:51:48 2017 +0000 +++ b/TextLCD_Config.h Fri Nov 10 15:31:37 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 << 7) +#define LCD_BUS_I2C_BL (1 << 8) #define LCD_BUS_I2C_RW (1 << 6)
