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:
192:cc14d391b412
Parent:
190:3132b7dfad82
Child:
196:56820026701b
--- a/Fonts/FontMods.h	Fri Oct 11 20:53:08 2019 +0000
+++ b/Fonts/FontMods.h	Fri Oct 18 20:32:23 2019 +0000
@@ -4,8 +4,10 @@
 // the #if to the #endif and put it into a .pl file on your local PC to
 // run it (this script requires that you have Perl installed).
 #if 0
+
+# ParseMikroeFont.pl
 #
-# Modify Mikroe Font File and make a few strategic changes
+# Parse and Modify Mikroe Font File and make a few strategic changes
 #
 # Copyright (c) 2019 by Smartware Computing, all rights reserved.
 #
@@ -424,4 +426,6 @@
     return $value;
 }
 
+
+
 #endif
\ No newline at end of file