just a fork with another display choosen. LCD at D1 ROBOT shield seems to in YWROBOT configuration.

Dependents:   Nucleo_praktyki

Fork of TextLCD by Wim Huiskamp

Files at this revision

API Documentation at this revision

Comitter:
amateusz
Date:
Wed Jan 31 11:47:46 2018 +0000
Parent:
41:111ca62e8a59
Commit message:
Changed configuration, because my LCD is YWROBOT and not DEFAULT. But I don't really want to commit this to repo.. I just want to publish my program, so if this gets commited I'll try to delete it or something.

Changed in this revision

TextLCD_Config.h Show annotated file Show diff for this revision Revisions of this file
diff -r 111ca62e8a59 -r 6c5cf2a0d238 TextLCD_Config.h
--- a/TextLCD_Config.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_Config.h	Wed Jan 31 11:47:46 2018 +0000
@@ -68,11 +68,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