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 RA8875 by
Diff: TextDisplay.cpp
- Revision:
- 61:8f3153bf0baa
- Parent:
- 47:d96a09269f91
- Child:
- 75:ca78388cfd77
--- a/TextDisplay.cpp Sat Aug 16 19:26:17 2014 +0000 +++ b/TextDisplay.cpp Sun Aug 17 13:46:06 2014 +0000 @@ -55,7 +55,7 @@ } // crude cls implementation, should generally be overwritten in derived class -RetCode_t TextDisplay::cls() +RetCode_t TextDisplay::cls(uint16_t layers) { INFO("cls()"); locate(0, 0);