Replace accidentally deleted line!
This commit is contained in:
parent
2e91bcd137
commit
62c02b67f7
|
|
@ -156,6 +156,8 @@ void GfxUi::drawBmp(String filename, uint8_t x, uint16_t y) {
|
||||||
} // End of bitmap access
|
} // End of bitmap access
|
||||||
} // End of bitmap file check
|
} // End of bitmap file check
|
||||||
|
|
||||||
|
bmpFile.close();
|
||||||
|
|
||||||
if(!goodBmp) {
|
if(!goodBmp) {
|
||||||
Serial.print(F("BMP format not recognised. File:"));
|
Serial.print(F("BMP format not recognised. File:"));
|
||||||
Serial.println(filename);
|
Serial.println(filename);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue