cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Files at this revision

API Documentation at this revision

Comitter:
Danton
Date:
Sat Feb 02 02:50:26 2013 +0000
Parent:
23:eebe16b5b9c2
Child:
25:b81df542785e
Commit message:
delta

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }