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/ManualControlScreen.cpp
- Revision:
- 14:5beb6b4850b7
- Parent:
- 11:e3e259474d2b
- Child:
- 49:a907d4f447a9
--- a/Screens/ManualControlScreen.cpp Sun Oct 02 11:39:42 2016 +0200 +++ b/Screens/ManualControlScreen.cpp Sun Oct 02 11:41:46 2016 +0200 @@ -5,7 +5,7 @@ _lbTitle( SCREEN_W/2, 0, "Manual", Label::CENTER, Font24), _btBack( 0, SCREEN_H-30, 100, 30, "Back"), _btReset( SCREEN_W-100, SCREEN_H-30, 100, 30, "Reset"), - _tpManual( (SCREEN_W/2)-104, 29, 208 208, -10.0,10.0,-10.0,10.0, 5) + _tpManual( (SCREEN_W/2)-104, 29, 208, 208, -10.0,10.0,-10.0,10.0, 5) { _nextScreen = nextScreen; _alpha = alpha;