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
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)
Diff: RA8875_Touch.cpp
- Revision:
- 171:f92c0f1f6db4
- Parent:
- 169:1c1a495983bc
- Child:
- 176:4ab96d33a8ec
--- a/RA8875_Touch.cpp Sat Mar 02 00:47:14 2019 +0000 +++ b/RA8875_Touch.cpp Sat Mar 02 12:43:03 2019 +0000 @@ -10,7 +10,7 @@ #define NOTOUCH_TIMEOUT_uS 100000 #define TOUCH_TICKER_uS 1000 -#define DEBUG "TUCH" +//#define DEBUG "TUCH" // ... // INFO("Stuff to show %d", var); // new-line is automatically appended //