My final year project
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Screens/AutomaticMoreScreen.hpp
- Committer:
- Kerneels Bezuidenhout
- Date:
- 2016-10-19
- Revision:
- 54:75dc5c3b7cfc
- Parent:
- 18:1b9579ac9f41
File content as of revision 54:75dc5c3b7cfc:
#ifndef AUTOMATIC_MORE_SCREEN_HPP #define AUTOMATIC_MORE_SCREEN_HPP #include "Screen.hpp" class AutomaticMoreScreen : public Screen { public: AutomaticMoreScreen(int *nextScreen); void Draw(); void Process(); private: Label _lbTitle; Button _btBack; Button _btManualSP; Button _btSquare; }; #endif