adafruit / Adafruit-SSD1331-OLED-Driver-Library-for-Arduino

For 0.96" OLEDs in the Adafruit shop
http://www.adafruit.com/products/684
Other
100 stars 67 forks source link

bmpfile not closed in bmp.pde #3

Closed wa5znu closed 12 years ago

wa5znu commented 12 years ago

please add

bmpFile.close(); 

at the end of setup() so the code will not cause mysterious failures when used in other sketches.

ladyada commented 12 years ago

bmp is rewritten, fixes this issue