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/ManualSetpointScreen.cpp
- Revision:
- 21:aa3074b237e0
- Parent:
- 20:70c5b1e499f0
- Child:
- 22:dd9ff475b34c
--- a/Screens/ManualSetpointScreen.cpp Sun Oct 02 23:16:00 2016 +0200 +++ b/Screens/ManualSetpointScreen.cpp Sun Oct 02 21:22:04 2016 +0000 @@ -4,7 +4,7 @@ Screen(), _lbTitle( SCREEN_W/2, 0, "Manual Setpoint", Label::CENTER, Font24), _btBack( 0, SCREEN_H-30, 100, 30, "Back"), - _npSetpoint( (SCREEN_W/2)-90 ,57, 180,180, -120.0, 120.0, -136,136), + _tpSetpoint( (SCREEN_W/2)-90 ,57, 180,180, -120.0, 120.0, -136,136), _btStart( 110, SCREEN_H-30, SCREEN_W-120, 30, "Start"), _btStop( 110, SCREEN_H-30, SCREEN_W-120, 30, "Stop"), _nlbXSP(0,26,"x (mm)=%.0f",*xSP), @@ -21,7 +21,7 @@ Clear(); _lbTitle.Draw(); _btBack.Draw(); - _npSetpoint.Draw(); + _tpSetpoint.Draw(); _btStart.Draw(); _btStop.Draw(); _nlbXSP.Draw();