Modified version of the DmTftLibrary, optimized for the LPC4088 Experiment Base Board

Dependents:   lpc4088_ebb_dm_calc lpc4088_ebb_dm_bubbles

Fork of DmTftLibrary by Display Module

Revision:
7:6cd8c36cbdb3
Parent:
4:92d019216e28
--- a/DmTftIli9325.cpp	Fri May 23 08:10:09 2014 +0000
+++ b/DmTftIli9325.cpp	Fri Jul 04 09:26:32 2014 +0000
@@ -185,7 +185,7 @@
   sendCommand(0x98); sendData(0x0000);
   sendCommand(0x07); sendData(0x0133);
   sbi(_pinCS, _bitmaskCS);
-
+  delay(500);
   clearScreen();
 }