![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
My final year project
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Screens/Screens.hpp
- Committer:
- Kerneels Bezuidenhout
- Date:
- 2016-10-03
- Revision:
- 26:f57db8d6d79e
- Parent:
- 22:dd9ff475b34c
- Child:
- 32:d490f8ca6d2a
File content as of revision 26:f57db8d6d79e:
#ifndef SCREENS_HPP #define SCREENS_HPP #include "MainMenuScreen.hpp" #include "MainSettingsScreen.hpp" #include "ZeroPlateScreen.hpp" #include "ManualControlScreen.hpp" #include "AutomaticControlScreen.hpp" #include "AutomaticMoreScreen.hpp" #include "ManualSetpointScreen.hpp" #include "AutomaticSettingsScreen.hpp" #include "ChangeValScreen.hpp" #include "ChangeValWholeScreen.hpp" #endif