Simple program for the TextLCD library, with switch and LED

Dependencies:   TextLCD TextLCD_HelloWorld_SuperTue mbed-rtos mbed

Fork of TextLCD_HelloWorld_SuperTue by Tue Myren

Revision:
5:3c663dd80a47
Parent:
4:e97e3c1442d2
--- a/main.cpp	Wed May 17 08:07:09 2017 +0000
+++ b/main.cpp	Wed May 17 08:19:20 2017 +0000
@@ -47,7 +47,7 @@
     Thread thread(CheckBtn_thread);
     lcd_txt.cls();
     lcd_txt.locate(0,0);
-    lcd_txt.printf("****Test_Program*****");LCD_Text
+    lcd_txt.printf("****TestProgram*****");
     //LCD_Text ="****TestProgram****";
     //lcd_txt.printf("%s",LCD_Text);