EasyRad / TFTLCD

Fork of TFTLCD by Todor Todorov

Files at this revision

API Documentation at this revision

Comitter:
ttodorov
Date:
Tue Dec 11 16:50:09 2012 +0000
Parent:
10:69571adcfad5
Child:
12:d0978272a340
Commit message:
- intermediate

Changed in this revision

lcd_base.h Show annotated file Show diff for this revision Revisions of this file
--- 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.