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:
103:7e0464ca6c5c
Parent:
75:ca78388cfd77
Child:
104:8d1d3832a215
--- a/TextDisplay.cpp	Sat Jan 23 16:58:54 2016 +0000
+++ b/TextDisplay.cpp	Sun Feb 07 23:18:01 2016 +0000
@@ -31,6 +31,11 @@
     }
 }
 
+TextDisplay::~TextDisplay()
+{
+    delete _path;
+}
+
 int TextDisplay::_putc(int value)
 {
     INFO("_putc(%d)", value);