Give me permissions so I don't have to fork.

Dependencies:   TFTLCD

Dependents:   Capstone

Fork of capstone_display by James Moffat

Files at this revision

API Documentation at this revision

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