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:
199:fb06805f447f
Parent:
198:9b6851107426
Child:
200:ae29b60d087c
--- a/RA8875.h	Sat Mar 28 15:01:38 2020 +0000
+++ b/RA8875.h	Sat Mar 28 15:08:43 2020 +0000
@@ -2138,7 +2138,7 @@
     /// @param[in] r is the rect_t used to set the window.
     /// @returns the previous window definition.
     ///
-    rect_t SetWindow(rect_t r);
+    virtual rect_t SetWindow(rect_t r);
 
     /// Set the window, constraining where items are written to the screen.
     ///