A modifiedversion of TFTLCD by Todor Todorov with ultra-fast operation for SSD1289 controller. TODO: speed-up fonts, add my own fonts Can work out-of-the-box with ST Nucleo F401RE

Dependents:   TFT_320QVT_Window_Drag_Demo TFT_320QVT_HelloWorld

Fork of TFTLCD by Todor Todorov

Revision:
24:ac6e35658037
Parent:
22:4c169297f374
Child:
28:2f24de90cb46
--- a/ssd1289.h	Thu Jun 13 03:47:51 2013 +0000
+++ b/ssd1289.h	Sat Jun 15 05:34:53 2013 +0000
@@ -146,7 +146,7 @@
     /** Sends pixel data to the display.
      *
      * \param data The display data.
-     * \remarks Sendin data is controller-specific and this function needs to
+     * \remarks Sending data is controller-specific and this function needs to
      *          be implemented separately for each available controller.
      */
     virtual void WriteData( unsigned short data );