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:
20:e4572fc1b10d
Parent:
17:356a299d3224
Parent:
15:796e17680825
Child:
22:7a453c1d4d22
--- a/drawStates.h	Thu May 25 10:58:02 2017 +0000
+++ b/drawStates.h	Thu May 25 11:04:31 2017 +0000
@@ -66,9 +66,11 @@
         case (4):
             whiteboard();
             break;
+
         case(3):
-            drawsettingsbuttons();
-            drawoutlines();
+            drawsettingback();
+            drawsettinganimate();
+
             break;
     }
 }