My version of servo tester for single servo.

Dependencies:   F746_GUI Servo mbed

Revision:
2:20db1e92bcf8
Parent:
1:63566652d74d
Child:
3:0eb12c3043a3
--- a/main.cpp	Mon Feb 12 19:41:30 2018 +0000
+++ b/main.cpp	Mon Feb 12 19:45:55 2018 +0000
@@ -18,10 +18,8 @@
     lcd.SetBackColor(LCD_COLOR_BLUE);
     lcd.SetTextColor(LCD_COLOR_WHITE);
 
-    pc.printf("Press '1' to turn LED1 ON, '0' to turn it OFF\r\n");
-    pc.printf("2,3,4 - Position Servo (full left, middle, full right)\r\n");
     Label title(240, 2,
-        "Servo - Tester: 2018/02/12, 21:53", Label::CENTER, Font16);
+        "Servo - Tester. version: 0.1.0", Label::CENTER, Font16);
     Button buttonLed(10, 54, 50, 40, "Led");
 
     SeekBar barServo(20, 250, 200, 0, 100, 0, "0", "50", "100");