Contains the main execution of the clock uses headers to import functions

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor

Fork of TFT_Mikroelectronika_IL9341_sketchpad by Oxford CWM Team

Revision:
15:796e17680825
Parent:
12:50289d0ac834
Child:
20:e4572fc1b10d
--- a/drawStates.h	Thu May 25 09:22:22 2017 +0000
+++ b/drawStates.h	Thu May 25 10:13:49 2017 +0000
@@ -67,8 +67,8 @@
             whiteboard();
             break;
         case(4):
-            drawsettingsbuttons();
-            drawoutlines();
+            drawsettingback();
+            drawsettinganimate();
             break;
     }
 }