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:
11:9bb71766cafc
Parent:
0:de9d1462a835
Child:
19:3f82c1161fd2
--- a/GraphicsDisplay.h	Sun Feb 03 18:18:43 2013 +0000
+++ b/GraphicsDisplay.h	Tue Feb 19 21:49:55 2013 +0000
@@ -26,7 +26,7 @@
     virtual int width() = 0;
     virtual int height() = 0;
         
-    virtual void window(int x, int y, int w, int h);
+    virtual void window(unsigned int x,unsigned int y,unsigned int w,unsigned int h);
     virtual void putp(int colour);
     
     virtual void cls();