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:
- 1:ecaa29af5f6d
- Parent:
- 0:046ebfaa15d3
--- a/main.cpp Wed Mar 28 16:05:35 2012 +0000
+++ b/main.cpp Wed Mar 28 16:33:49 2012 +0000
@@ -12,10 +12,10 @@
lcd.pixel(14, 35, true);
lcd.pixel(16, 36, true);
lcd.pixel(18, 37, true);
- lcd.pos(5, 30);
+ lcd.pos(4, 1);
lcd.printf("Hi");
lcd.circle(50, 20, 20, true);
- lcd.pos(50, 20);
+ lcd.posXY(50, 20);
lcd.printf("Howdy");
lcd.line(0, 0, 25, 25, true);
wait(2);