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:
57:0acdf5a3171f
--- a/Screens/SquareScreen.hpp	Wed Oct 19 18:08:23 2016 +0000
+++ b/Screens/SquareScreen.hpp	Wed Oct 19 20:17:18 2016 +0200
@@ -7,7 +7,7 @@
 class SquareScreen : public Screen
 {
 public:
-  SquareScreen(int *nextScreen, float *xSP, float *ySP, int *ballOnPlate, bool *started);
+  SquareScreen(int *nextScreen, float *xSP, float *ySP, int *ballOnPlate, bool *started, float *x, float *y);
 
   void Draw();
   void Process();
@@ -25,6 +25,8 @@
   float *_ySP;
   int *_ballOnPlate;
   bool *_started;
+  float *_x;
+  float *_y;
 
   int x1, y1;
   int x2, y2;