Driver Library with inverted screen and increased SPI speed (16MHz). You need to use this library with the sx1280

Dependents:   MSNV2-Terminal_V1-6 SX1280DevKit SX126xDevKit SX126xDevKit ... more

Fork of DmTftLibrary by Display Module

Revision:
7:6cd8c36cbdb3
Parent:
4:92d019216e28
Child:
14:2db7065edbec
diff -r fde03297017b -r 6cd8c36cbdb3 DmTftIli9325.cpp
--- 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();
 }