cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Revision:
24:1acd0368a592
Parent:
23:eebe16b5b9c2
Child:
25:b81df542785e
--- a/main.cpp	Sat Feb 02 02:43:46 2013 +0000
+++ b/main.cpp	Sat Feb 02 02:50:26 2013 +0000
@@ -42,7 +42,7 @@
     for(int j=0;j<sizeOfLine;j=j+delta)
     {
         superSd(buffer,i,sizeOfBuffer,path);
-        printf("byteofFile%d, pixelnum %d",i,j);
+        printf("byteofFile%d, pixelnum %d, delta %d",i,j,delta);
         colorCompute(buffer,colorBuffer,j,sizeOfBuffer);
         i=i+delta;
     }