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:
Tue Jan 29 12:28:10 2019 +0000
Parent:
172:7abb03bf31be
Child:
174:7810bc76987a
Commit message:
Minor change to the comments

Changed in this revision

Fonts/FontMods.h Show annotated file Show diff for this revision Revisions of this file
--- a/Fonts/FontMods.h	Sun Jan 13 20:38:01 2019 +0000
+++ b/Fonts/FontMods.h	Tue Jan 29 12:28:10 2019 +0000
@@ -26,8 +26,8 @@
     "                                                                           ",
     "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.                               ",
+    "  * '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.                                                  ",