My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
23:bab197887d5e
Parent:
22:dd9ff475b34c
Child:
26:f57db8d6d79e
--- a/Screens/AutomaticControlScreen.cpp	Mon Oct 03 00:31:36 2016 +0200
+++ b/Screens/AutomaticControlScreen.cpp	Mon Oct 03 00:58:51 2016 +0000
@@ -47,7 +47,7 @@
 
   if( _btSettings.Touched() )
   {
-    //TODO Add AutomaticSettingsScreen
+    *_nextScreen = AUTOMATIC_SETTINGS_SCREEN;
   }
 
   if( _btMore.Touched() )