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
Screens/Screen.cpp
- Committer:
- Generic
- Date:
- 2016-10-01
- Revision:
- 2:5fded6444350
- Parent:
- 1:43fb2d03c36f
File content as of revision 2:5fded6444350:
#include "Screen.hpp"
Screen::Screen() :
GuiBase()
{
}
void Screen::Clear()
{
lcd_.Clear(GuiBase::ENUM_BACK);
}