-
Dependents: LINAC_MO_ADC_2004LED_test LINAC_MO_TCP_test_r1
Fork of TextLCD by
Revision 42:8d296e48e6a7, committed 2015-12-07
- Comitter:
- bi18rdbi18rd
- Date:
- Mon Dec 07 18:51:58 2015 +0000
- Parent:
- 41:111ca62e8a59
- Commit message:
- test ;
Changed in this revision
TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 111ca62e8a59 -r 8d296e48e6a7 TextLCD_Config.h --- a/TextLCD_Config.h Fri Nov 06 18:59:27 2015 +0000 +++ b/TextLCD_Config.h Mon Dec 07 18:51:58 2015 +0000 @@ -68,10 +68,10 @@ //LCD and serial portexpanders should be wired according to the tables below. // //Select Serial Port Expander Hardware module (one option only) -#define DEFAULT 1 +#define DEFAULT 0 #define ADAFRUIT 0 #define DFROBOT 0 -#define LCM1602 0 +#define LCM1602 1 #define YWROBOT 0 #define GYLCD 0 #define MJKDZ 0 @@ -253,7 +253,7 @@ #define MCP23008 0 //Inverted Backlight control -#define BACKLIGHT_INV 0 +#define BACKLIGHT_INV 1 #endif #if ((GYLCD==1) || (MJKDZ==1))