This is for capstone 2014

Dependencies:   TFTLCD

Revision:
3:ee53c9811f62
Parent:
2:c3231b95aff0
--- a/display.h	Thu Apr 03 20:42:39 2014 +0000
+++ b/display.h	Wed Apr 23 22:36:58 2014 +0000
@@ -17,6 +17,14 @@
     */
     void print(char *str);
     /**
+    *Displays a calibration screen, prompting user to place beacon certain distance, and press the button. str is the distance displayed on screen.
+    */
+    void calibrationdist(char *str);
+    /**
+    *Displays a calbration screen, prompting the user to turn the beacon off and press the button
+    */
+    void calibrationunl(void);
+    /**
     *Test function that prints a string repeatedly in a rainbow fashion.
     */
     void printrb(const char *str);