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/Screen.hpp
- Revision:
- 18:1b9579ac9f41
- Parent:
- 13:21dc070a47a9
- Child:
- 20:70c5b1e499f0
--- a/Screens/Screen.hpp Sun Oct 02 10:43:13 2016 +0000 +++ b/Screens/Screen.hpp Sun Oct 02 18:28:12 2016 +0200 @@ -25,6 +25,7 @@ static const int ZERO_PLATE_SCREEN = 3; static const int MANUAL_CONTROL_SCREEN = 4; static const int AUTOMATIC_CONTROL_SCREEN = 5; + static const int AUTOMATIC_MORE_SCREEN = 6; static const int SCREEN_W = 480; static const int SCREEN_H = 272;