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:
17:356a299d3224
Parent:
12:50289d0ac834
Child:
20:e4572fc1b10d
--- a/drawStates.h	Thu May 25 09:48:31 2017 +0000
+++ b/drawStates.h	Thu May 25 10:13:13 2017 +0000
@@ -63,10 +63,10 @@
             //Date Area
             TFT.rect(50, 135, 320, 240, White);
             break;
-        case (3):
+        case (4):
             whiteboard();
             break;
-        case(4):
+        case(3):
             drawsettingsbuttons();
             drawoutlines();
             break;