Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Diff: Screens/CalibrateScreen.cpp
- Revision:
- 33:a14bcc3a093f
- Parent:
- 32:d490f8ca6d2a
- Child:
- 34:0b308a399f72
--- a/Screens/CalibrateScreen.cpp Mon Oct 03 15:55:55 2016 +0200 +++ b/Screens/CalibrateScreen.cpp Mon Oct 03 14:11:07 2016 +0000 @@ -1,6 +1,6 @@ #include "CalibrateScreen.hpp" -CalibrateScreen::CalibrateScreen(int *nextScreen, float (*t)[3] ) : +CalibrateScreen::CalibrateScreen(int *nextScreen, float (*t)[2] ) : Screen(), _lbTitle( SCREEN_W/2, 0, "Calibrate", Label::CENTER, Font24), _btBack( 0, SCREEN_H-30, 100, 30, "Back"),