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:
11:aeceefc5f9f2
Parent:
10:69571adcfad5
Child:
12:d0978272a340
--- a/lcd_base.h	Tue Dec 11 03:18:43 2012 +0000
+++ b/lcd_base.h	Tue Dec 11 16:50:09 2012 +0000
@@ -125,6 +125,7 @@
  */
 typedef struct Font_struct font_metrics_t;
 
+
 /** Base class for LCD implementations.
  *
  * All separate LCD controller implementations have to subclass this one.