My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
38:f1c571d22919
Parent:
37:93c7563f2078
--- a/Screens/CalibrateScreen.cpp	Mon Oct 03 18:14:33 2016 +0200
+++ b/Screens/CalibrateScreen.cpp	Sat Oct 08 18:40:44 2016 +0200
@@ -62,7 +62,7 @@
   }
   else
   {
-    if( *_ballOnPlate)
+    if( *_ballOnPlate && !*_calFinished)
     {
       sprintf(_message, "Please remove ball from plate");
     }