From 62c02b67f72a63a96f4c92f779428ccd3da46e45 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 15 Nov 2017 10:19:45 +0000 Subject: [PATCH] Replace accidentally deleted line! --- examples/320 x 240/weather-station-v8/GfxUi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/320 x 240/weather-station-v8/GfxUi.cpp b/examples/320 x 240/weather-station-v8/GfxUi.cpp index 989ccd1..e222adf 100644 --- a/examples/320 x 240/weather-station-v8/GfxUi.cpp +++ b/examples/320 x 240/weather-station-v8/GfxUi.cpp @@ -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);