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.
Dependencies: TFTLCD_8bit mbed
Diff: main.cpp
- Revision:
- 1:e12f20dc9493
- Parent:
- 0:968ea69b9984
- Child:
- 2:bfdbc88d37bf
diff -r 968ea69b9984 -r e12f20dc9493 main.cpp
--- a/main.cpp Sun Apr 06 15:08:05 2014 +0000
+++ b/main.cpp Sun Apr 06 15:27:17 2014 +0000
@@ -15,7 +15,7 @@
// set current font to the smallest 8x12 pixels font.
// lcd.SetFont( Font8x12 );
// print something on the screen
- lcd.Print( "Hello, World!", CENTER, 300, -2, -2 ); // align text to center horizontally and use starndard colors
+ lcd.Print( "Hello, World!", CENTER, 50); // align text to center horizontally and use starndard colors
while ( 1 ) { }
}
\ No newline at end of file