LCD HD44780 16 x 2 1602A KL25Z

Dependents:   LCD_HD44780 RFID-RC522_LCD_16x2_A1602 TemperatureBasedFanControl

Files at this revision

API Documentation at this revision

Comitter:
cristianve
Date:
Sat May 09 00:40:04 2020 +0000
Parent:
41:111ca62e8a59
Commit message:
LCD HD44780 1602A 16x2

Changed in this revision

TextLCD_Config.h 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	Sat May 09 00:40:04 2020 +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