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:
114:dbfb996bfbf3
Parent:
111:efe436c43aba
Child:
123:2f45e80fec5f
--- a/RA8875.h	Wed Apr 27 01:29:55 2016 +0000
+++ b/RA8875.h	Sun May 15 18:57:06 2016 +0000
@@ -1240,6 +1240,8 @@
     /// one row and from the bottom to the top. Graphics drawing will be clipped
     /// at the edge of the window.
     ///
+    /// @note if no parameters are provided, it restores the window to full screen.
+    ///
     /// @note If the initial text write is outside the window, it will be shown
     /// where the cursor position it. Once the write hits the right edge of
     /// the defined window, it will then wrap back to the left edge. Once it