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:
106:c80828f5dea4
Parent:
104:8d1d3832a215
Child:
109:7b94f06f085b
--- a/GraphicsDisplay.h	Sat Feb 27 18:40:35 2016 +0000
+++ b/GraphicsDisplay.h	Sat Feb 27 22:27:49 2016 +0000
@@ -198,10 +198,10 @@
     /// from the previously selected external font.
     ///
     /// @param[in] c is the character of interest.
-    /// @param[inout] width is a pointer to where the width will be stored.
+    /// @param[in, out] width is a pointer to where the width will be stored.
     ///     This parameter is NULL tested and will only be written if not null
     ///     which is convenient if you only want the height.
-    /// @param[inout] height is a pointer to where the height will be stored.
+    /// @param[in, out] height is a pointer to where the height will be stored.
     ///     This parameter is NULL tested and will only be written if not null
     ///     which is convenient if you only want the width.
     /// @returns a pointer to the raw character data or NULL if not found.