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 capstone_display by
Revision 9:057f9952189b, committed 2014-04-25
- Comitter:
- ryanyuyu
- Date:
- Fri Apr 25 02:02:58 2014 +0000
- Parent:
- 8:51ab9f11c992
- Child:
- 10:53ac4447ffd2
- Commit message:
- Final
Changed in this revision
| display.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/display.cpp Thu Apr 24 23:51:53 2014 +0000
+++ b/display.cpp Fri Apr 25 02:02:58 2014 +0000
@@ -13,7 +13,7 @@
}
void display::print(char *str)
{
- lcd->ClearScreen();
+ //lcd->ClearScreen();
lcd->SetFont( &TerminusFont );
lcd->SetForeground(COLOR_BLACK);
lcd->Print(debugstr, CENTER, 50);
