a

Dependencies:   TS_F746 LCD_746 LbBSP746NG GUI_746

Revision:
2:e11266cb3ba5
Parent:
1:dcda1118b4ef
Child:
3:451a7e2f7928
diff -r dcda1118b4ef -r e11266cb3ba5 main.cpp
--- a/main.cpp	Tue Oct 08 09:11:23 2019 +0000
+++ b/main.cpp	Wed Oct 09 12:24:16 2019 +0000
@@ -6,7 +6,6 @@
 //---------------------------------------------------------------
 #include "mbed.h"
 #include "F746_BUTTON.hpp"
-#include "F746_SLIDER.hpp"
 
 TS_DISCO_F746NG ts_;
 LCD_DISCO_F746NG lcd_;
@@ -51,7 +50,6 @@
         {    
             lcd_.SetFont(&Font12);
             lcd_.SetTextColor(LCD_COLOR_BLACK);
-            lcd_.DisplayStringAt(5, 110, (uint8_t *)"Button1 pressed", LEFT_MODE);
             led = !led;
             wait(0.5); 
             lcd_.DisplayStringAt(5, 110, (uint8_t *)"                                        ", LEFT_MODE);