bitmap - Image Reading using Arduino/C -
how can read black , white bitmap image of 96 56 pixels array of corresponding zeros , ones sd card using sd card shield arduino.
for instance using sd library:
http://www.arduino.cc/en/reference/sd
you have format sd in fat16 or fat32 , save image on sd in bmp format. have read in arduino: bmp files save pixel data raw bytes (you have skip header). here reference bmp header:
https://en.wikipedia.org/wiki/bmp_file_format
this way able modify image in arduino
Comments
Post a Comment