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:
100:0b084475d5a9
Parent:
99:66edf771373a
Child:
101:e0aad446094a
--- a/RA8875.h	Thu Dec 17 12:19:01 2015 +0000
+++ b/RA8875.h	Sat Dec 19 15:55:09 2015 +0000
@@ -1745,32 +1745,8 @@
     /// 
     float GetBacklight(void);
 
-    /// Select a bitmap font (provided by the user) for all subsequent text.
-    ///
-    /// @caution This function is deprecated. @see SelectUserFont.
-    ///
-    /// @note Tool to create the fonts is accessible from its creator
-    ///     available at http://www.mikroe.com. 
-    ///     Change the data to an array of type char[].
-    ///
-    /// This special font array is modified from the mikroe tool output,
-    /// to include a special 4-byte header, which has this data:
-    ///   - the number of bytes per char
-    ///   - the vertical size in pixels for each character
-    ///   - the horizontal size in pixels for each character
-    ///   - the number of bytes per vertical line (width of the array)
-    ///   - following this special header is the normal data stream.
-    ///
-    /// @param[in] font is a pointer to a specially formed font array.
-    /// @returns error code.
-    ///
-    virtual RetCode_t set_font(const unsigned char * font = NULL);
-    
-    
     /// Select a User Font for all subsequent text.
     ///
-    /// @note This function is replaces the obsolete function @see set_font.
-    ///
     /// @note Tool to create the fonts is accessible from its creator
     ///     available at http://www.mikroe.com. 
     ///     For version 1.2.0.0, choose the "Export for TFT and new GLCD"