This is for capstone 2014

Dependencies:   TFTLCD

Files at this revision

API Documentation at this revision

Comitter:
jmoffat
Date:
Thu Apr 24 02:55:15 2014 +0000
Parent:
4:ca34dcac4af8
Commit message:
fixed capitalization

Changed in this revision

display.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/display.cpp	Thu Apr 24 02:26:36 2014 +0000
+++ b/display.cpp	Thu Apr 24 02:55:15 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);