My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
1:43fb2d03c36f
Parent:
0:1523395daf0d
Child:
2:5fded6444350
--- a/Screens/Screen.cpp	Sat Oct 01 19:02:49 2016 +0000
+++ b/Screens/Screen.cpp	Sat Oct 01 22:43:20 2016 +0200
@@ -0,0 +1,12 @@
+#include "Screen.hpp"
+
+Screen::Screen() :
+  GuiBase()
+{
+
+}
+
+void Screen::Clear()
+{
+  lcd_Clear(GuiBase::ENUM_BACK);
+}