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:
Generic
Date:
2016-10-02
Revision:
21:aa3074b237e0
Parent:
18:1b9579ac9f41
Child:
22:dd9ff475b34c

File content as of revision 21:aa3074b237e0:

#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"

#endif