diff --git a/examples/WatchFaces/7_SEG/Watchy_7_SEG.cpp b/examples/WatchFaces/7_SEG/Watchy_7_SEG.cpp index fc1ca20..91f5a2e 100644 --- a/examples/WatchFaces/7_SEG/Watchy_7_SEG.cpp +++ b/examples/WatchFaces/7_SEG/Watchy_7_SEG.cpp @@ -14,9 +14,11 @@ void Watchy7SEG::drawWatchFace(){ drawTime(); drawDate(); drawSteps(); - drawWeather(); drawBattery(); display.drawBitmap(120, 77, WIFI_CONFIGURED ? wifi : wifioff, 26, 18, DARKMODE ? GxEPD_WHITE : GxEPD_BLACK); + if(WIFI_CONFIGURED){ + drawWeather(); + } if(BLE_CONFIGURED){ display.drawBitmap(100, 75, bluetooth, 13, 21, DARKMODE ? GxEPD_WHITE : GxEPD_BLACK); }