Feng Hong / Mbed OS Nucleo_rtos_basic
Revision:
6:a9a03663fa23
Parent:
5:4585215afd11
Child:
7:e0c7e624c5fa
--- a/main.cpp	Sat Mar 23 03:31:56 2019 +0000
+++ b/main.cpp	Sat Mar 23 05:45:51 2019 +0000
@@ -535,6 +535,8 @@
 #ifdef LCD_1602
     lcd.printf( 0, "Hello world!" );    //  line# (0 or 1), string
     lcd.printf( 1, "pi = %.6f", 3.14159265 );
+    lcd.putcxy(0x55, 5, 1);
+    lcd.printf(5, 0, "UUU");
 #endif    
     init_scale();
     thread.start(print_thread);