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:
55:dfbabef7003e
Parent:
42:7cbdfd2bbfc5
Child:
61:8f3153bf0baa
--- a/GraphicsDisplay.h	Sun Mar 23 17:35:14 2014 +0000
+++ b/GraphicsDisplay.h	Sun Mar 30 23:37:41 2014 +0000
@@ -174,7 +174,7 @@
     /// @param pixel is a color value to be put on the screen.
     /// @returns error code.
     ///
-    virtual RetCode_t putp(color_t pixel);
+    virtual RetCode_t _putp(color_t pixel);
 
             
     virtual void fill(int x, int y, int w, int h, color_t color);