My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
56:c9389039ecc9
Parent:
55:d1a00f344351
Child:
58:b60ff0462330
--- a/main.cpp	Wed Oct 19 18:08:23 2016 +0000
+++ b/main.cpp	Wed Oct 19 20:17:18 2016 +0200
@@ -102,6 +102,9 @@
       case Screen::MANUAL_SETPOINT_SCREEN :
         Automatic();
         break;
+      case Screen::SQUARE_SCREEN :
+        Automatic();
+        break;
       default :
         xMotor.Off();
         yMotor.Off();