mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-03 04:34:43 +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 file check
|
||||
|
||||
bmpFile.close();
|
||||
|
||||
if(!goodBmp) {
|
||||
Serial.print(F("BMP format not recognised. File:"));
|
||||
Serial.println(filename);
|
||||
|
Reference in New Issue
Block a user