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:
95:ef538bd687c0
Parent:
93:6fbc516de05e
Child:
97:03c509c3db18
Child:
98:ecebed9b80b2
--- a/GraphicsDisplay.cpp	Wed Mar 04 23:52:29 2015 +0000
+++ b/GraphicsDisplay.cpp	Tue Jul 07 17:05:59 2015 +0000
@@ -371,7 +371,7 @@
     uint8_t * lineBuffer = NULL;
     color_t * pixelBuffer = NULL;
     uint16_t BPP_t;
-    uint32_t PixelWidth, PixelHeight;
+    dim_t PixelWidth, PixelHeight;
     unsigned int    i, offset;
     int padd,j;
     #ifdef DEBUG