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:
203:704df2dbd3e6
Parent:
202:a22cbc04f332
Child:
207:82f336e5c021
--- a/RA8875.h	Thu Apr 30 13:51:32 2020 +0000
+++ b/RA8875.h	Sun May 17 14:07:46 2020 +0000
@@ -3633,9 +3633,6 @@
     RetCode_t (FPointerDummy::*method_callback)(filecmd_t cmd, uint8_t * buffer, uint16_t size);
     RetCode_t (* idle_callback)(IdleReason_T reason, uint16_t param);
 
-#if 0
-    point_t TranslateOrientation(point_t rawPoint);
-#endif
 };