Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

See Components - RA8875 Based Display

Enhanced touch-screen support - where it previous supported both the Resistive Touch and Capacitive Touch based on the FT5206 Touch Controller, now it also has support for the GSL1680 Touch Controller.

Offline Help Manual (Windows chm)

/media/uploads/WiredHome/ra8875.zip.bin (download, rename to .zip and unzip)

Revision:
119:d129b798f82f
Parent:
118:34eb0b64fc61
Child:
120:be2aaa3adf72
--- a/GraphicsDisplayJPEG.cpp	Mon May 16 11:20:07 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 21:30:35 2016 +0000
@@ -753,7 +753,7 @@
     }
 
     /* Output the RGB rectangular */
-    INFO("mcu_output");
+    INFO("call outfunc");
     if (outfunc)
         return outfunc(jd, jd->workbuf, &rect) ? JDR_OK : JDR_INTR; 
     else