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:
61:8f3153bf0baa
Parent:
47:d96a09269f91
Child:
75:ca78388cfd77
--- a/TextDisplay.cpp	Sat Aug 16 19:26:17 2014 +0000
+++ b/TextDisplay.cpp	Sun Aug 17 13:46:06 2014 +0000
@@ -55,7 +55,7 @@
 }
 
 // crude cls implementation, should generally be overwritten in derived class
-RetCode_t TextDisplay::cls()
+RetCode_t TextDisplay::cls(uint16_t layers)
 {
     INFO("cls()");
     locate(0, 0);