Ryan Yuyuenyongwatana / capstone_display_2

Dependencies:   TFTLCD

Dependents:   Capstone

Fork of capstone_display by James Moffat

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);