My controller identifies as an ILI9328, but only works if initialised as an ILI9325. This fork includes a fix to force 9325 initialization when a 9328 is detected.

Dependents:   TouchScreenCalibrate TouchScreenGUIDemo

Fork of UniGraphic by GraphicsDisplay

Revision:
30:87855d03d91a
Parent:
27:acb2594b8aa4
Child:
34:091b954c3205
diff -r 866213bb9bf0 -r 87855d03d91a Display/TFT932x.h
--- a/Display/TFT932x.h	Sat Nov 28 18:37:19 2015 +0000
+++ b/Display/TFT932x.h	Sun Nov 29 19:58:47 2015 +0000
@@ -249,6 +249,7 @@
     virtual void identify();
     
     unsigned int scrollbugfix;
+    unsigned char flipped;