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:
88:bfddef6ec836
Parent:
83:7bad0068cca0
Child:
112:325ca91bc03d
--- a/DisplayDefs.h	Mon Jan 19 13:32:56 2015 +0000
+++ b/DisplayDefs.h	Mon Jan 19 15:44:41 2015 +0000
@@ -18,6 +18,7 @@
     not_supported_format,   ///< file format is not yet supported
     image_too_big,          ///< image is too large for the screen
     not_enough_ram,         ///< could not allocate ram for scanline
+    touch_cal_timeout,      ///< timeout while trying to calibrate touchscreen, perhaps it is not installed.
     LastErrCode,            // Private marker.
 } RetCode_t;