My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
3:37f3d9c1eae3
Parent:
1:43fb2d03c36f
Child:
7:1a6e18b818a5
--- a/Screens/Screen.hpp	Sat Oct 01 20:51:13 2016 +0000
+++ b/Screens/Screen.hpp	Sat Oct 01 22:59:13 2016 +0200
@@ -21,6 +21,7 @@
   void Clear();
 
   static const int MAIN_MENU_SCREEN = 1;
+  static const int MAIN_SETTINGS_SCREEN = 2;
 
   static const int SCREEN_W = 480;
   static const int SCREEN_H = 272;