removed text at the start

pull/211/head
alanbjohnston 3 years ago committed by GitHub
parent e48301b56d
commit aea5795f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -774,7 +774,8 @@ void jpeg_decode(char* filename, char* fileout, bool debug){
} }
else else
Serial.println("Failed to open output"); Serial.println("Failed to open output");
/*
for(i = 0; i < 15360; i++){ // Cleaning Header Buffer array for(i = 0; i < 15360; i++){ // Cleaning Header Buffer array
sortBuf[i] = 0xFF; sortBuf[i] = 0xFF;
} }
@ -818,7 +819,8 @@ void jpeg_decode(char* filename, char* fileout, bool debug){
// imgFile.write(sortBuf[k]); // imgFile.write(sortBuf[k]);
// } // }
outFile.write(sortBuf, sizeof(sortBuf)); outFile.write(sortBuf, sizeof(sortBuf));
*/
// writeFooter(&outFile); //Writing first 10560 bytes (11*320*3) // write footer after rotate // writeFooter(&outFile); //Writing first 10560 bytes (11*320*3) // write footer after rotate
// Decoding start // Decoding start

Loading…
Cancel
Save

Powered by TurnKey Linux.