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.
Revision 43:3f2bbfc48d1c, committed 2020-05-28
- Comitter:
- diego_rueda1
- Date:
- Thu May 28 22:05:24 2020 +0000
- Parent:
- 42:a9277e573e24
- Commit message:
- ch
Changed in this revision
| TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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