Ryan Yuyuenyongwatana / capstone_display_2

Dependencies:   TFTLCD

Dependents:   Capstone

Fork of capstone_display by James Moffat

Revision:
8:51ab9f11c992
Parent:
7:a2b4e76a5f01
Child:
9:057f9952189b
--- a/display.cpp	Thu Apr 24 21:35:34 2014 +0000
+++ b/display.cpp	Thu Apr 24 23:51:53 2014 +0000
@@ -92,4 +92,9 @@
     lcd->Print("Then press button", LEFT, 75);
     
     
-}
\ No newline at end of file
+}
+void display::clearscreen(void)
+{
+  lcd->ClearScreen();  
+    
+}    
\ No newline at end of file