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:
182:8832d03a2a29
Parent:
176:4ab96d33a8ec
Child:
190:3132b7dfad82
--- a/RA8875_Regs.h	Fri Aug 02 02:12:26 2019 +0000
+++ b/RA8875_Regs.h	Sat Aug 03 00:26:33 2019 +0000
@@ -7,7 +7,7 @@
 
     // Touch Panel public macros
     #define RESISTIVE_TOUCH_POINTS 1
-        
+    
     /* Touch Panel Enable/Disable Reg TPCR0[7] */
     #define TP_ENABLE   ((uint8_t)(1<<7))
     #define TP_DISABLE  ((uint8_t)(0<<7))