My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
6:f717ce705c5d
Parent:
5:383f1108187d
Child:
7:1a6e18b818a5
--- a/main.cpp	Sat Oct 01 23:01:41 2016 +0200
+++ b/main.cpp	Sat Oct 01 21:06:08 2016 +0000
@@ -40,6 +40,7 @@
       }
 
       activeScreen->Draw();
+      currentScreen = nextScreen;
       Thread::wait(200);
     }