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:
16:3cb9b1fbc039
Parent:
12:50289d0ac834
Child:
18:02667782b06f
--- a/settings.h	Wed May 24 16:15:04 2017 +0000
+++ b/settings.h	Thu May 25 09:48:31 2017 +0000
@@ -23,7 +23,7 @@
      //home button
     TFT.locate(0,210);
     TFT.printf("Home");
-
+    
 }
 
 void drawoutlines() //draw alarm, time, date
@@ -36,7 +36,7 @@
     TFT.locate(105,0);
     TFT.printf("Set Alarm");
 
-    TFT.set_font((unsigned char*) Arial28x28); //set alarm hour
+    TFT.set_font((unsigned char*) Arial24x23); //set alarm hour
     TFT.locate(50,30);
     TFT.printf("Alarm_Hour");
 
@@ -48,7 +48,7 @@
     TFT.locate(105,100);
     TFT.printf("Set Time");
 
-    TFT.set_font((unsigned char*) Arial28x28); //set time hour
+    TFT.set_font((unsigned char*) Arial24x23); //set time hour
     TFT.locate(50,130);
     TFT.printf("Time_Hour");
     
@@ -69,4 +69,7 @@
     TFT.printf("year");
 
     
-}
\ No newline at end of file
+}
+void settingslogic() {
+    
+    }
\ No newline at end of file