Dependencies:   BSP_DISCO_L476VG LCD_DISCO_L476VG mbed-src-AV mbed

Fork of DISCO_L476VG_GlassLCD by ST

Revision:
3:68aef4e7d4a3
Parent:
2:16502e83726a
Child:
4:f335e1b6387d
--- a/main.cpp	Sat Sep 19 04:06:11 2015 +0000
+++ b/main.cpp	Sat Jul 02 14:00:11 2016 +0000
@@ -14,8 +14,10 @@
     printf("Hello\n");
     led_green = 1;
     lcd.Clear();
-    lcd.DisplayString((uint8_t *)"HELLO");
-    wait(1);
+//    lcd.DisplayString((uint8_t *)"HELLO");
+//    wait(1);
+    lcd.DisplayString((uint8_t *)"shuanglin");
+    wait(5);
     
     printf("Scroll sequence\n");
     led_green = 0;