Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- 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);