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:
72:ecffe56af969
Parent:
61:8f3153bf0baa
Child:
73:f22a18707b5e
--- a/GraphicsDisplay.h	Sat Oct 04 17:45:50 2014 +0000
+++ b/GraphicsDisplay.h	Sat Oct 11 17:24:29 2014 +0000
@@ -299,19 +299,6 @@
     RetCode_t RenderIconFile(loc_t x, loc_t y, const char *Name_ICO);
 
     
-    /// This method captures the specified area as a 24-bit bitmap file.
-    ///
-    /// Even though this is a 16-bit display, the stored image is in
-    /// 24-bit format.
-    ///
-    /// @param x is the left edge of the region to capture
-    /// @param y is the top edge of the region to capture
-    /// @param w is the width of the region to capture
-    /// @param h is the height of the region to capture.
-    /// @return success or error code.
-    ///
-    RetCode_t PrintScreen(loc_t x, loc_t y, dim_t w, dim_t h, const char *Name_BMP);
-    
     /// prints one character at the specified coordinates.
     ///
     /// This will print the character at the specified pixel coordinates.