mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-03 20:54:42 +02:00
Replace accidentally deleted line!
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user