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)

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Thu Jan 23 23:51:47 2014 +0000
Parent:
34:c99ec28fac66
Child:
36:300f6ee0b2cf
Commit message:
Tweak the doc for the bitmap render to get better output documentation.

Changed in this revision

GraphicsDisplay.h Show annotated file Show diff for this revision Revisions of this file
--- a/GraphicsDisplay.h	Thu Jan 23 23:45:20 2014 +0000
+++ b/GraphicsDisplay.h	Thu Jan 23 23:51:47 2014 +0000
@@ -186,10 +186,9 @@
     /// used. The performance results are impressive (but depend on the
     /// listed factors). 
     ///
-    /// File System     | Rendering Method | Rendering Time
-    /// LocalFileSystem | Software only    | 34 sec
-    /// LocalFileSystem | Hardware RA8875  | 9 sec
-    /// MSCFileSystem   | Hardware RA8875  | 3 sec
+    /// \li 34 seconds, LocalFileSystem, Software Rendering
+    /// \li 9 seconds, LocalFileSystem, Hardware Rending for RA8875
+    /// \li 3 seconds, MSCFileSystem, Hardware Rendering for RA8875
     /// 
     /// @param x is the horizontal pixel coordinate
     /// @param y is the vertical pixel coordinate