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:
193:74f80834d59d
Parent:
191:0fad2e45e196
Child:
195:17e176dbd6eb
--- a/RA8875.h	Fri Oct 18 20:32:23 2019 +0000
+++ b/RA8875.h	Mon Nov 25 19:55:17 2019 +0000
@@ -3284,6 +3284,7 @@
 
     ////////////////// Start of Resistive Touch Panel parameters
 
+#if 0
     /// Resistive Touch Panel register name definitions
     #define TPCR0   0x70
     #define TPCR1   0x71
@@ -3292,6 +3293,7 @@
     #define TPXYL   0x74
     #define INTC1   0xF0
     #define INTC2   0xF1
+#endif
 
     /// Specify the default settings for the Touch Panel, where different from the chip defaults
     #define TP_MODE_DEFAULT             TP_MODE_AUTO