My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
2:5fded6444350
Parent:
1:43fb2d03c36f
--- a/Screens/Screen.cpp	Sat Oct 01 22:43:20 2016 +0200
+++ b/Screens/Screen.cpp	Sat Oct 01 20:51:13 2016 +0000
@@ -8,5 +8,5 @@
 
 void Screen::Clear()
 {
-  lcd_Clear(GuiBase::ENUM_BACK);
+  lcd_.Clear(GuiBase::ENUM_BACK);
 }