TekstLCD used for driving Arduino 16x2 LCD on I2C comm.

Files at this revision

API Documentation at this revision

Comitter:
dkrajacic
Date:
Tue Nov 12 13:57:06 2019 +0000
Parent:
41:111ca62e8a59
Commit message:
In TextLCD_Config.h, in line 71 changed 1 to 0, and in line 74 changed 0 to 1 (Selected Serial Port Expander Hardware module LCM1602).

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	Tue Nov 12 13:57:06 2019 +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