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:
177:d8e65c0e268a
Parent:
167:8aa3fb2a5a31
Child:
178:ae472eb22740
--- a/RA8875.h	Sun Mar 24 14:49:49 2019 +0000
+++ b/RA8875.h	Wed Jul 17 03:02:31 2019 +0000
@@ -38,6 +38,9 @@
 /// (GIF) images. These are implemented primarily in software, taking advantage of the 
 /// hardware acceleration where it can. 
 ///
+/// @note GIF support is quite limited, because it has RAM allcoation needs that
+///         exceed the capability of many of the MBED micros.
+///
 /// When you are satisfied with what appears on screen, there is a PrintScreen method 
 /// to pull that image back out and write it to a file system as a BitMap image.
 ///