Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed TFTLCD
Diff: main.cpp
- 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; }