My final year project
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Diff: Screens/SquareScreen.hpp
- Revision:
- 57:0acdf5a3171f
- Parent:
- 56:c9389039ecc9
- Child:
- 58:b60ff0462330
diff -r c9389039ecc9 -r 0acdf5a3171f Screens/SquareScreen.hpp --- a/Screens/SquareScreen.hpp Wed Oct 19 20:17:18 2016 +0200 +++ b/Screens/SquareScreen.hpp Wed Oct 19 20:33:21 2016 +0200 @@ -28,13 +28,13 @@ float *_x; float *_y; - int x1, y1; - int x2, y2; - int x3, y3; - int x4, y5; + int _xPoints[4]; + int _yPoints[4]; Map _xMapper; Map _yMapper; + void DrawShape(); + }; #endif