Dependencies: mbed FATFileSystem
Diff: N5110_Modded/Bitmap.cpp
- Revision:
- 3:63cdd5cab431
- Parent:
- 2:964e19f2f3f1
- Child:
- 16:279b870447be
--- a/N5110_Modded/Bitmap.cpp Thu Apr 18 19:47:30 2019 +0000 +++ b/N5110_Modded/Bitmap.cpp Thu Apr 18 21:21:58 2019 +0000 @@ -9,7 +9,7 @@ if (bmp == NULL) { std::cerr << "File Not Found" << std::endl; } - //Creating Buffer and Geting data from Memory locations for RIFF data block + //Creating Buffer and Geting data from Memory locations for DIB Header data block unsigned char *buffer = (unsigned char*)std::malloc(4 * sizeof(unsigned char)); unsigned long offbits; unsigned long height;