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

Dependencies:   TFTLCD

Dependents:   Capstone

Fork of capstone_display by James Moffat

Revision:
1:a6f341df1ef1
Parent:
0:6846cd4549ba
Child:
2:c3231b95aff0
--- a/display.h	Mon Mar 24 23:59:30 2014 +0000
+++ b/display.h	Thu Apr 03 20:24:36 2014 +0000
@@ -3,6 +3,7 @@
 class display
 {
     ST7735_LCD *lcd;
+    char *debugstr;
     char *strength;
     char *dist;
     
@@ -16,5 +17,7 @@
     
     void blinktext(const char *str);
     
-    void displayStr(double strength);
+    void displayStr(char *newStrength);
+    
+    void displayDist(char * newDist);
 };
\ No newline at end of file