Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Kerpower
Date:
Sun Oct 17 09:36:45 2010 +0000
Parent:
1:1c83ae41c4ab
Commit message:

Changed in this revision

4DGL.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 1c83ae41c4ab -r 83393983a43f 4DGL.lib
--- 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
diff -r 1c83ae41c4ab -r 83393983a43f main.cpp
--- 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);
diff -r 1c83ae41c4ab -r 83393983a43f mbed.bld
--- 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