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.
Diff: TextLCD_Config.h
- Revision:
- 43:3f2bbfc48d1c
- Parent:
- 42:a9277e573e24
--- a/TextLCD_Config.h Sat May 09 00:40:04 2020 +0000 +++ b/TextLCD_Config.h Thu May 28 22:05:24 2020 +0000 @@ -117,7 +117,7 @@ #define MCP23008 0 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if (ADAFRUIT==1) @@ -162,7 +162,7 @@ #define MCP23008 1 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if (DFROBOT==1) @@ -211,7 +211,7 @@ #define MCP23008 0 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if ((YWROBOT==1) || (LCM1602==1)) @@ -253,7 +253,7 @@ #define MCP23008 0 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if ((GYLCD==1) || (MJKDZ==1)) @@ -337,7 +337,7 @@ #define MCP23008 0 //Force Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if (WIDEHK==1) @@ -380,7 +380,7 @@ #define MCP23008 1 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if (LCDPLUG==1) @@ -423,7 +423,7 @@ #define MCP23008 1 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif