My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
18:1b9579ac9f41
Parent:
17:3b6d66253c97
Child:
19:ef78ac1a98f8
--- a/Screens/AutomaticControlScreen.cpp	Sun Oct 02 10:43:13 2016 +0000
+++ b/Screens/AutomaticControlScreen.cpp	Sun Oct 02 18:28:12 2016 +0200
@@ -50,16 +50,17 @@
 
   if( _btMore.Touched() )
   {
-    //TODO Add AutomaticMoreScreen
+    *_nextScreen = AUTOMATIC_MORE_SCREEN;
+    //TODO Ensure control system is not active
   }
 
 
-  
+
   if( _btStart.IsActive() )
   {
     if( _btStart.Touched() )
     {
-        //TODO Add Start logic    
+        //TODO Add Start logic
     }
   }
 
@@ -82,7 +83,7 @@
 
     if( *_ySP != 0 )
       _gYPos.HLine(*_ySP);
-    
+
     _nlbTs.Draw("Cycle Time (us):%d", *_Ts);
 
   }