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 Aug 30 21:44:19 2019 +0000
Parent:
187:8e0e5cb24192
Child:
189:53a64d3ce163
Commit message:
Another minor tweak to the tiny font.

Changed in this revision

Fonts/BPG_Arial08x08.h Show annotated file Show diff for this revision Revisions of this file
--- a/Fonts/BPG_Arial08x08.h	Fri Aug 30 20:59:00 2019 +0000
+++ b/Fonts/BPG_Arial08x08.h	Fri Aug 30 21:44:19 2019 +0000
@@ -157,7 +157,7 @@
     0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,  // 0x2E '.'
     0x08,0x08,0x04,0x04,0x04,0x02,0x02,0x00,  // 0x2F '/'
     0x1C,0x22,0x22,0x22,0x22,0x22,0x1C,0x00,  // 0x30 '0'
-    0x04,0x0C,0x08,0x08,0x08,0x08,0x08,0x00,  // 0x31 '1'
+    0x08,0x0C,0x08,0x08,0x08,0x08,0x08,0x00,  // 0x31 '1'
     0x1C,0x22,0x20,0x18,0x04,0x02,0x3E,0x00,  // 0x32 '2'
     0x1C,0x22,0x20,0x1C,0x20,0x22,0x1C,0x00,  // 0x33 '3'
     0x10,0x18,0x14,0x14,0x3E,0x10,0x10,0x00,  // 0x34 '4'