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 Mar 01 19:34:32 2019 +0000
Parent:
168:37a0c4d8791c
Child:
170:7e26d51bc48b
Commit message:
Additional debug and configuration for the GSL1680 Touch Controller.

Changed in this revision

RA8875_Touch.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RA8875_Touch.cpp	Fri Mar 01 19:27:49 2019 +0000
+++ b/RA8875_Touch.cpp	Fri Mar 01 19:34:32 2019 +0000
@@ -53,7 +53,7 @@
     panelTouched = false;
     if (useTouchPanel == TP_GSL1680) {
         INFO("TouchPanelInit: TP_GSL1680");
-        /// @todo Added support for TP_GSL1680
+        r = GSL1680_Init();
     } else if (useTouchPanel == TP_FT5206) {
         // Set to normal mode
         INFO("TouchPanelInit: TP_FT5206");