KAIQUE DOGNANI / TextLCD

Files at this revision

API Documentation at this revision

Comitter:
kaiquedog
Date:
Tue Nov 30 13:29:54 2021 +0000
Parent:
41:111ca62e8a59
Commit message:
Testes da biblioteca TextLCD

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
--- a/TextLCD_Config.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_Config.h	Tue Nov 30 13:29:54 2021 +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
--- a/TextLCD_UDC.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_UDC.h	Tue Nov 30 13:29:54 2021 +0000
@@ -101,6 +101,8 @@
 
 //extern const char udc_None[]; 
 //extern const char udc_All[];
+
+
 #endif /* LCD_UDC Examples */
 
 #endif // MBED_TEXTLCDUDC_H
\ No newline at end of file
--- a/TextLCD_UDC.inc	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_UDC.inc	Tue Nov 30 13:29:54 2021 +0000
@@ -117,4 +117,6 @@
 
 //const char udc_None[]       = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; 
 //const char udc_All[]        = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; 
+
+
 #endif /* UDC_EXAMPLES */