C++ file for display control

Dependencies:   4DGL mbed ConfigFile

Fork of 4DGLtest by Stephane ROCHON

Revision:
2:83393983a43f
Parent:
0:772a63029ab0
Child:
3:f7bce78b04c1
--- 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);