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.
Revision 2:83393983a43f, committed 2010-10-17
- Comitter:
- Kerpower
- Date:
- Sun Oct 17 09:36:45 2010 +0000
- Parent:
- 1:1c83ae41c4ab
- Commit message:
Changed in this revision
--- a/4DGL.lib Sun Oct 17 08:53:58 2010 +0000 +++ b/4DGL.lib Sun Oct 17 09:36:45 2010 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/Kerpower/code/4DGL/#b95348b8030e +http://mbed.org/users/Kerpower/code/4DGL/#2978d0ac4b79
--- a/main.cpp Sun Oct 17 08:53:58 2010 +0000
+++ b/main.cpp Sun Oct 17 09:36:45 2010 +0000
@@ -59,7 +59,7 @@
while (1) {
ecran.locate(0,18);
status = ecran.touch_status();
- sprintf(s, "Status:%d",status);
+ printf(s, "Status:%d",status);
ecran.puts(s);
ecran.get_touch(&x, &y);
ecran.locate(0,19);
--- a/mbed.bld Sun Oct 17 08:53:58 2010 +0000 +++ b/mbed.bld Sun Oct 17 09:36:45 2010 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da +http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e
4D SGC TFT Screen