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:
167:8aa3fb2a5a31
Parent:
161:0215d0eec1a4
Child:
190:3132b7dfad82
--- a/Fonts/FontMods.h	Sun Feb 24 19:28:26 2019 +0000
+++ b/Fonts/FontMods.h	Tue Feb 26 19:52:57 2019 +0000
@@ -1,12 +1,13 @@
 // This file contains a perl script used to modify the mikroe generated fonts.
 //
-// Do not include this file into your project - just copy everything from
+// Do not "include" this file into your project - just copy everything from
 // the #if to the #endif and put it into a .pl file on your local PC to
-// run it.
+// 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.
 #
@@ -21,13 +22,14 @@
     "                                                                           ",
     "That tool creates the font data set for an embedded system from a Windows  ",
     "True Type font. The user is encouraged to ensure that the font used is     ",
-    "properly licenses, or drawn from a source that does not have a license     ",
+    "properly licensed, or drawn from a source that does not have a license     ",
     "restriction.                                                               ",
     "                                                                           ",
     "This script will read and then modify the file for a few specific purposes:",
-    "  * <space>   character is redefined to set the width to 1/4 the height.   ",
-    "  * '0' - '9' characters are redefined to set the width equal to width('0')",
-    "              or to the user override value.                               ",
+    "  * <space>   character is redefined to set the width to 1/4 the height,   ",
+    "              because the normal behavior sets it much too narrow.         ",
+    "  * '0' - '9' characters are redefined to set the width equal to the width ",
+    "              of the widest digit, or to the user override value.          ",
     "                                                                           ",
     "And just because it can, it then improves upon the documentation in the    ",
     "resulting data structure.                                                  ",