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:
50:2c4f474a2453
Parent:
45:679c2fb8480c
Child:
53:86d24b9480b9
--- a/RA8875.h	Mon Mar 10 23:53:40 2014 +0000
+++ b/RA8875.h	Sat Mar 15 17:35:51 2014 +0000
@@ -128,7 +128,7 @@
     // at startup, and not at runtime.
     //~RA8875();
     
-    /// Select the layer for subsequent commands.
+    /// Select the drawing layer for subsequent commands.
     ///
     /// If the screen configuration is 480 x 272, or if it is 800 x 480 
     /// and 8-bit color, the the display supports two layers, which can 
@@ -144,7 +144,7 @@
     ///     to in the user manual).
     /// @returns success/failure code. @see RetCode_t.
     ///
-    RetCode_t SelectLayer(uint16_t layer);
+    RetCode_t SelectDrawingLayer(uint16_t layer);
     
     /// Set the Layer presentation mode.
     ///