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:
117:6710b8e196f0
Parent:
116:43e5bd2d7302
Child:
118:34eb0b64fc61
--- a/GraphicsDisplayJPEG.cpp	Mon May 16 02:32:07 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 10:58:12 2016 +0000
@@ -240,7 +240,8 @@
     uint8_t d, *pb, *pd;
     uint16_t hc, *ph;
 
-
+    INFO("create_huffman_tbl(%p,%p,%d)", jd, data, ndata);
+    HexDump("JDEC", (uint8_t *)jd, sizeof(JDEC));
     while (ndata) { /* Process all tables in the segment */
         if (ndata < 17) return JDR_FMT1;    /* Err: wrong data size */
         ndata -= 17;