cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Files at this revision

API Documentation at this revision

Comitter:
Danton
Date:
Sat Feb 02 00:47:15 2013 +0000
Parent:
17:3d7951357fd3
Child:
19:089c4027bfba
Commit message:
fixed seek

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Feb 02 00:38:55 2013 +0000
+++ b/main.cpp	Sat Feb 02 00:47:15 2013 +0000
@@ -38,15 +38,16 @@
     superSd(bitmap,0,"/sd/mydir/rose.bmp");
     while(i<100)
     {
-        printf("%x\n",bitmap[i]);
+        printf("%c",bitmap[i]);
         i++;
     }
     superDisplay(bitmap,0,"Hola imbecil");
-    superSd(bitmap,0,"/sd/mydir/rose.bmp");
+    superSd(bitmap,100,"/sd/mydir/rose.bmp");
     i=0;
+    printf("\n\n\n\n");
     while(i<100)
     {
-        printf("%x\n",bitmap[i]);
+        printf("%c\n",bitmap[i]);
         i++;
     }
     superDisplay(bitmap,100,"Whats the != between 1&2");