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
Diff: display.cpp
- Revision:
- 4:ca34dcac4af8
- Parent:
- 3:ee53c9811f62
- Child:
- 5:31f03278607c
--- a/display.cpp	Wed Apr 23 22:36:58 2014 +0000
+++ b/display.cpp	Thu Apr 24 02:26:36 2014 +0000
@@ -13,6 +13,7 @@
 }
 void display::print(char *str)
 {
+    lcd->Clearscreen();
     lcd->SetFont( &TerminusFont );
     lcd->SetForeground(COLOR_BLACK);
     lcd->Print(debugstr, CENTER, 50);
    