Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TFTLCD by
Revision 11:aeceefc5f9f2, committed 2012-12-11
- 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.
