Few Change

Dependents:   New_Time_Recorder

Files at this revision

API Documentation at this revision

Comitter:
Dennis40816
Date:
Wed Jul 22 04:05:12 2020 +0000
Parent:
41:111ca62e8a59
Commit message:
Time_Recorder_V1

Changed in this revision

TextLCD.cpp Show annotated file Show diff for this revision Revisions of this file
TextLCD_Config.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.cpp	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD.cpp	Wed Jul 22 04:05:12 2020 +0000
@@ -1514,7 +1514,7 @@
 #else
   // Support only one LCD controller
   _writeCommand(0x01);    // cls, and set cursor to 0
-  wait_ms(20);            // The CLS command takes 1.64 ms.
+  wait_ms(5);            // The CLS command takes 1.64 ms.
                           // Since we are not using the Busy flag, Lets be safe and take 10 ms
 #endif
                    
--- a/TextLCD_Config.h	Fri Nov 06 18:59:27 2015 +0000
+++ b/TextLCD_Config.h	Wed Jul 22 04:05:12 2020 +0000
@@ -53,7 +53,7 @@
 #define LCD_POWER      1           /* Enable Power control implementation -0.1K codesize*/
 #define LCD_BLINK      1           /* Enable UDC and Icon Blink control implementation -0.8K codesize*/
 #define LCD_CONTRAST   1           /* Enable Contrast control implementation -0.9K codesize*/
-#define LCD_TWO_CTRL   1           /* Enable LCD40x4 (two controller) implementation -0.1K codesize*/
+#define LCD_TWO_CTRL   0           /* Enable LCD40x4 (two controller) implementation -0.1K codesize*/
 #define LCD_FONTSEL    0           /* Enable runtime font select implementation using setFont -0.9K codesize*/
 
 //Select option to activate default fonttable or alternatively use conversion for specific controller versions (eg PCF2116C, PCF2119R, SSD1803, US2066)
@@ -68,9 +68,9 @@
 //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 DFROBOT        1
 #define LCM1602        0
 #define YWROBOT        0
 #define GYLCD          0