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)

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Fri Oct 18 20:32:23 2019 +0000
Parent:
191:0fad2e45e196
Child:
193:74f80834d59d
Commit message:
Updates to startup to avoid reading the FPGA ver. too soon. Had to do a lazy-load of that piece while the about screen is active.

Changed in this revision

Fonts/FontMods.h Show annotated file Show diff for this revision Revisions of this file
--- 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