Fork of 4DGL lib for uLCD-144-G2. Different command values needed. See https://mbed.org/users/4180_1/notebook/ulcd-144-g2-128-by-128-color-lcd/ for instructions and demo code.

Dependents:   mythermostat MorseCode SuperMbedBall frogger_G ... more

Fork of 4DGL by Adam Green

Revision:
4:74df7fc26fef
Parent:
3:9ba47197d94f
Child:
5:8936798c19a3
--- a/uLCD_4DGL.h	Mon Nov 18 03:05:40 2013 +0000
+++ b/uLCD_4DGL.h	Wed Nov 20 03:25:53 2013 +0000
@@ -26,7 +26,7 @@
 #endif
 
 // Common WAIT value in millisecond
-#define TEMPO 0.1
+#define TEMPO 0.05
 
 // 4DGL Functions values
 #define AUTOBAUD     '\x55'
@@ -301,6 +301,7 @@
 
     void freeBUFFER  (void);
     void writeBYTE   (char);
+    void writeBYTEfast   (char);
     int  writeCOMMAND(char *, int);
     int  writeCOMMANDnull(char *, int);
     int  readVERSION (char *, int);
@@ -316,3 +317,4 @@
 
 
 
+