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:
100:0b084475d5a9
Parent:
98:ecebed9b80b2
Child:
101:e0aad446094a
--- a/GraphicsDisplay.cpp	Thu Dec 17 12:19:01 2015 +0000
+++ b/GraphicsDisplay.cpp	Sat Dec 19 15:55:09 2015 +0000
@@ -85,12 +85,6 @@
     font = NULL;
 }
 
-RetCode_t GraphicsDisplay::set_font(const unsigned char * _font)
-{
-    font = _font;     // trusting them, but it might be good to put some checks in here...
-    return noerror;
-}
-
 RetCode_t GraphicsDisplay::SelectUserFont(const unsigned char * _font)
 {
     font = _font;     // trusting them, but it might be good to put some checks in here...