Merge pull request #2 from LoveBootCaptain/patch-1

Bug: Missing Moonphase Icon /moon23.bmp
This commit is contained in:
Daniel Eichhorn
2016-11-28 20:28:48 +01:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ void downloadResources() {
tft.fillRect(0, 120, 240, 40, ILI9341_BLACK);
webResource.downloadFile("http://www.squix.org/blog/wunderground/mini/" + wundergroundIcons[i] + ".bmp", "/mini/" + wundergroundIcons[i] + ".bmp", _downloadCallback);
}
for (int i = 0; i < 23; i++) {
for (int i = 0; i < 24; i++) {
tft.fillRect(0, 120, 240, 40, ILI9341_BLACK);
webResource.downloadFile("http://www.squix.org/blog/moonphase_L" + String(i) + ".bmp", "/moon" + String(i) + ".bmp", _downloadCallback);
}