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:
2:f30ea1eb3681
Parent:
1:17e12e4e149f
Child:
3:7f1d793b90df
--- a/SPI_TFT.cpp	Tue Sep 11 15:51:52 2012 +0000
+++ b/SPI_TFT.cpp	Tue Sep 11 20:37:13 2012 +0000
@@ -19,7 +19,7 @@
 // 06.04.12 fix SSEL CS problem
 // 06.04.12 use direct access to the spi register to speed up the library.
 // 11.09.12 switch back to using io pin as cs to avoid problems with SSEL CS. 
-
+ 
 
 #include "SPI_TFT.h"
 #include "mbed.h"