Librería para LCD

Fork of TextLCD by Wim Huiskamp

Files at this revision

API Documentation at this revision

Comitter:
MarceRondan
Date:
Tue May 22 21:56:53 2018 +0000
Parent:
41:111ca62e8a59
Commit message:
Cambios en configuraci?n para soportar LCD con el m?dulo expansor de puertos LCM1602.

Changed in this revision

TextLCD_Config.h Show annotated file Show diff for this revision Revisions of this file
TextLCD_UDC.h Show annotated file Show diff for this revision Revisions of this file
TextLCD_UDC.inc Show annotated file Show diff for this revision Revisions of this file
diff -r 111ca62e8a59 -r cfd5676badda TextLCD_Config.h
--- a/TextLCD_Config.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_Config.h	Tue May 22 21:56:53 2018 +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
diff -r 111ca62e8a59 -r cfd5676badda TextLCD_UDC.h
--- a/TextLCD_UDC.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_UDC.h	Tue May 22 21:56:53 2018 +0000
@@ -53,7 +53,7 @@
 extern const char udc_6[];       // checkerboard
 extern const char udc_7[];       // \
 
-//extern const char udc_degr[];    // Degree symbol
+extern const char udc_degr[];    // Degree symbol
 
 //extern const char udc_TM_T[];    // Trademark T
 //extern const char udc_TM_M[];    // Trademark M
diff -r 111ca62e8a59 -r cfd5676badda TextLCD_UDC.inc
--- a/TextLCD_UDC.inc	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_UDC.inc	Tue May 22 21:56:53 2018 +0000
@@ -65,7 +65,7 @@
 const char udc_6[]  = {0x15, 0x0a, 0x15, 0x0a, 0x15, 0x0a, 0x15, 0x00};  // checkerboard
 const char udc_7[]  = {0x10, 0x08, 0x04, 0x02, 0x01, 0x00, 0x10, 0x00};  // \
 
-//const char udc_degr[]   = {0x06, 0x09, 0x09, 0x06, 0x00, 0x00, 0x00, 0x00};  // Degree symbol
+const char udc_degr[]   = {0x06, 0x09, 0x09, 0x06, 0x00, 0x00, 0x00, 0x00};  // Degree symbol
 
 //const char udc_TM_T[]   = {0x1F, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00};  // Trademark T
 //const char udc_TM_M[]   = {0x11, 0x1B, 0x15, 0x11, 0x00, 0x00, 0x00, 0x00};  // Trademark M