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 23 22:30:14 2019 +0000
Parent:
183:808f272e481e
Child:
185:cb7591a43f44
Commit message:
Enable Touch translation based on screen orientation. It appears fully function with Cap Touch for 0, 180, but has known issues for 90 and 270.

Changed in this revision

RA8875_Touch.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RA8875_Touch.cpp	Thu Aug 08 11:29:48 2019 +0000
+++ b/RA8875_Touch.cpp	Fri Aug 23 22:30:14 2019 +0000
@@ -388,7 +388,7 @@
 {
     point_t newPoint = rawPoint;
     
-    #if 0
+    #if 1
     switch (screen_orientation) {
         default:
         case rotate_0: