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:
34:091b954c3205
Parent:
30:87855d03d91a
--- a/Inits/ILI932x.h	Mon Apr 11 16:54:35 2016 +0000
+++ b/Inits/ILI932x.h	Sun Jun 21 15:23:02 2020 +0100
@@ -57,7 +57,8 @@
     */ 
     ILI932x(proto_t displayproto, int Hz, PinName mosi, PinName miso, PinName sclk, PinName CS, PinName reset, const char* name, unsigned int LCDSIZE_X = 240, unsigned  int LCDSIZE_Y= 320);
   
-
+    /** Create a MINISTM32 interface */
+    ILI932x(const char* name);
   
 protected: