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/AutomaticSettingsScreen.cpp
- Revision:
- 26:f57db8d6d79e
- Parent:
- 23:bab197887d5e
- Child:
- 30:e8eb64ad8526
--- a/Screens/AutomaticSettingsScreen.cpp Mon Oct 03 11:33:53 2016 +0200 +++ b/Screens/AutomaticSettingsScreen.cpp Mon Oct 03 12:19:03 2016 +0200 @@ -40,4 +40,16 @@ { if( _btBack.Touched() ) *_nextScreen = AUTOMATIC_CONTROL_SCREEN; + + if( _btP.Touched() ) + *_nextScreen = CHANGE_P_SCREEN; + + if( _btI.Touched() ) + *_nextScreen = CHANGE_I_SCREEN; + + if( _btD.Touched() ) + *_nextScreen = CHANGE_D_SCREEN; + + if (_btTs.Touched() ) + *_nextScreen = CHANGE_TS_SCREEN; }