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.
Dependents: TouchScreenCalibrate TouchScreenGUIDemo
Fork of UniGraphic by
Diff: Graphics/TextDisplay.h
- Revision:
- 34:091b954c3205
- Parent:
- 33:5743f9c16aa2
diff -r 5743f9c16aa2 -r 091b954c3205 Graphics/TextDisplay.h --- a/Graphics/TextDisplay.h Mon Apr 11 16:54:35 2016 +0000 +++ b/Graphics/TextDisplay.h Sun Jun 21 15:23:02 2020 +0100 @@ -17,6 +17,7 @@ #define MBED_TEXTDISPLAY_H #include "mbed.h" +#include "Stream.h" /** A common base class for Text displays */
