It shows by an example how to use TextLCD library

Dependents:   STMNucleoF401RE_ExampleCode_04_LCD

Files at this revision

API Documentation at this revision

Comitter:
perlatecnica
Date:
Mon Nov 02 13:50:43 2015 +0000
Parent:
40:d3496c3ea301
Commit message:
v1.0

Changed in this revision

TextLCD_Config.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD_Config.h	Wed May 20 18:46:51 2015 +0000
+++ b/TextLCD_Config.h	Mon Nov 02 13:50:43 2015 +0000
@@ -59,11 +59,11 @@
 //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 YWROBOT        0
+#define YWROBOT        1
 #define GYLCD          0
 #define MJKDZ          0
 #define SYDZ           0
@@ -244,7 +244,7 @@
 #define MCP23008       0
 
 //Inverted Backlight control
-#define BACKLIGHT_INV  0
+#define BACKLIGHT_INV  1
 #endif
 
 #if ((GYLCD==1) || (MJKDZ==1))