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:
61:8f3153bf0baa
Parent:
55:dfbabef7003e
Child:
72:ecffe56af969
--- a/GraphicsDisplay.h	Sat Aug 16 19:26:17 2014 +0000
+++ b/GraphicsDisplay.h	Sun Aug 17 13:46:06 2014 +0000
@@ -158,9 +158,11 @@
     ///
     /// The behavior is to clear the whole screen.
     ///
+    /// @param layers is ignored, but supports maintaining the same 
+    ///     API for the graphics layer.
     /// @returns success/failure code. @see RetCode_t.
     ///
-    virtual RetCode_t cls();
+    virtual RetCode_t cls(uint16_t layers = 0);
     
 
     virtual void WindowMax(void);