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)

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Mon May 16 02:32:07 2016 +0000
Parent:
115:c9862fd0c689
Child:
117:6710b8e196f0
Commit message:
add instrumentation

Changed in this revision

GraphicsDisplayJPEG.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GraphicsDisplayJPEG.cpp	Mon May 16 02:05:37 2016 +0000
+++ b/GraphicsDisplayJPEG.cpp	Mon May 16 02:32:07 2016 +0000
@@ -769,7 +769,7 @@
     uint16_t i, dc;
     uint16_t d;
     uint8_t *dp;
-
+    INFO("restart(%p,%d)", jd, rstn);
 
     /* Discard padding bits and get two bytes from the input stream */
     dp = jd->dptr; dc = jd->dctr;