My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
6:f717ce705c5d
Parent:
4:c40628412489
Child:
7:1a6e18b818a5
--- a/Screens/MainSettingsScreen.cpp	Sat Oct 01 23:01:41 2016 +0200
+++ b/Screens/MainSettingsScreen.cpp	Sat Oct 01 21:06:08 2016 +0000
@@ -6,13 +6,14 @@
   _lbTitle(SCREEN_W/2,0,"Settings",Label::CENTER, Font24),
   _btBack(0,SCREEN_H-30, 100,30, "Back"),
   _btZeroPlate(0,27,((SCREEN_W)/2)-5, SCREEN_H-67, "Zero Plate", Font20),
-  _btCalibrateScreen(SCREEN_W/2)+5,27,(SCREEN_W/2)-5,SCREEN_H-67,"Callibrate", Font20)
+  _btCalibrateScreen((SCREEN_W/2)+5,27,(SCREEN_W/2)-5,SCREEN_H-67,"Callibrate", Font20)
 {
   _nextScreen = nextScreen;
 }
 
 void MainSettingsScreen::Draw()
 {
+  Clear();
   _lbTitle.Draw();
   _btBack.Draw();
   _btZeroPlate.Draw();