Wim Huiskamp / TextLCD

Dependents:   Projeto_CCM_Maquinas_MotorPasso Projeto_CCM_Maquinas_MotorDC

Revision:
42:7fd377de8c67
Parent:
41:111ca62e8a59
diff -r 111ca62e8a59 -r 7fd377de8c67 TextLCD_Config.h
--- a/TextLCD_Config.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_Config.h	Thu Nov 29 23:57:24 2018 +0000
@@ -44,7 +44,7 @@
 #define LCD_SPI_N_3_24 1           /* Native SPI bus     */
 
 //Select options to reduce memory footprint (multiple options allowed)
-#define LCD_UDC        1           /* Enable predefined UDC example*/
+#define LCD_UDC        0           /* Enable predefined UDC example*/
 #define LCD_PRINTF     1           /* Enable Stream implementation */
 #define LCD_ICON       1           /* Enable Icon implementation -2.0K codesize*/
 #define LCD_ORIENT     1           /* Enable Orientation switch implementation -0.9K codesize*/
@@ -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