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:
196:56820026701b
Parent:
190:3132b7dfad82
Child:
197:853d08e2fb53
--- a/GraphicsDisplay.h	Tue Feb 11 18:33:44 2020 +0000
+++ b/GraphicsDisplay.h	Tue Feb 11 21:26:59 2020 +0000
@@ -4,10 +4,14 @@
 /// @copyright © 2007-2009 sford
 /// Released under the MIT License: http://mbed.org/license/mit
 ///
-/// extensive changes in the support of the RA8875 display by
-/// Smartware Computing.
-/// @copyright © 2019 Smartware Computing.
+/// extensive changes in the support of the RA8875 display by Smartware Computing.
 ///
+/// @copyright Copyright © 2012-2020 by Smartware Computing, all rights reserved.
+///     This library is predominantly, that of Smartware Computing, however some
+///     portions are compiled from the work of others. Where the contribution of
+///     others was listed as copyright, that copyright is maintained, even as a
+///     derivative work may have been created for better integration in this library.
+///     See @ref Copyright_References.
 ///
 /// A library for providing a common base class for Graphics displays
 /// To port a new display, derive from this class and implement