Fork of TFTLCD with new support for SSD1963 ad HX8352-A controller.

Dependents:   TFTLCD_Fork_Test

Fork of TFTLCD by Todor Todorov

Revision:
11:aeceefc5f9f2
Parent:
10:69571adcfad5
Child:
12:d0978272a340
diff -r 69571adcfad5 -r aeceefc5f9f2 lcd_base.h
--- 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.