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/Screens.hpp
- Revision:
- 3:37f3d9c1eae3
- Parent:
- 1:43fb2d03c36f
- Child:
- 7:1a6e18b818a5
--- a/Screens/Screens.hpp Sat Oct 01 20:51:13 2016 +0000 +++ b/Screens/Screens.hpp Sat Oct 01 22:59:13 2016 +0200 @@ -2,5 +2,6 @@ #define SCREENS_HPP #include "MainMenuScreen.hpp" +#include "MainSettingsScreen.hpp" #endif