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 03:09:10 2014 +0000
Parent:
9:057f9952189b
Commit message:
Final (for sure)

Changed in this revision

display.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 057f9952189b -r 53ac4447ffd2 display.cpp
--- a/display.cpp	Fri Apr 25 02:02:58 2014 +0000
+++ b/display.cpp	Fri Apr 25 03:09:10 2014 +0000
@@ -90,6 +90,7 @@
     lcd->SetForeground(COLOR_WHITE);
     lcd->Print("Turn off Beacon", LEFT, 50);
     lcd->Print("Then press button", LEFT, 75);
+    lcd->Print("Hold button to skip.", LEFT, 90);
     
     
 }