Shintaro Minamino / AQM0802A_LPC1768

Fork of AQM0802A by Tetsuya Hoshino

Files at this revision

API Documentation at this revision

Comitter:
tetsuya256
Date:
Sat Sep 06 00:01:15 2014 +0000
Parent:
1:340b8e9780a3
Child:
3:58ee5a396991
Commit message:
Fix a wait time for after LCD command sent

Changed in this revision

AQM0802A.h Show annotated file Show diff for this revision Revisions of this file
--- a/AQM0802A.h	Thu Sep 04 05:50:13 2014 +0000
+++ b/AQM0802A.h	Sat Sep 06 00:01:15 2014 +0000
@@ -8,7 +8,7 @@
 #define AQM0802A_ROWS     2
 #define AQM0802A_MAX_COLS (1 << 6)
 #define AQM0802A_MAX_ROWS (1 << 2)
-#define AQM0802A_CMD_WAIT 26       // wait time after sent lcd command (us)
+#define AQM0802A_CMD_WAIT 27       // wait time after sent lcd command (us)
 #define I2C_FREQUENCY     400000   // I2C bus speed (uses only constructor of AQM0802A(PinName, PinName))
 
 /**