Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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)
