Few Change

Dependents:   New_Time_Recorder

Revision:
42:da28ad9dc067
Parent:
41:111ca62e8a59
--- 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