My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
58:b60ff0462330
Parent:
57:0acdf5a3171f
Child:
59:e60ea936d9a2
--- a/Screens/SquareScreen.hpp	Wed Oct 19 20:33:21 2016 +0200
+++ b/Screens/SquareScreen.hpp	Wed Oct 19 18:50:09 2016 +0000
@@ -13,6 +13,9 @@
   void Process();
 
 private:
+
+  void DrawShape();
+  
   Label _lbTitle;
   Button _btBack;
   Button _btReset;
@@ -34,7 +37,7 @@
   Map _xMapper;
   Map _yMapper;
 
-  void DrawShape();
+  
 
 };
 #endif