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:
108:7415c405ee08
Parent:
107:f9ccffcb84f1
Child:
110:39f22e0c8de4
--- a/RA8875.h	Sat Mar 05 16:20:11 2016 +0000
+++ b/RA8875.h	Mon Mar 14 02:20:40 2016 +0000
@@ -1983,7 +1983,7 @@
     template <class T>
     void AttachPrintHandler(T *object, RetCode_t (T::*method)(void)) { 
         obj_callback    = (FPointerDummy *)object; 
-        method_callback = (uint32_t (FPointerDummy::*)(uint32_t))method;
+        method_callback = (uint32_t (FPointerDummy::*)(uint32_t, uint8_t *, uint16_t))method;
     }
 
     /// This method captures the specified area as a 24-bit bitmap file,