Slight visual tweaks to weather display
All checks were successful
Compile / Compile (push) Successful in 1m19s

This commit is contained in:
Lewis Jackson 2023-06-02 00:19:37 +03:00
parent e91c194b98
commit e11bcdc9cd

View file

@ -68,9 +68,9 @@ void WatchFacePages::Weather::DrawPage(bool partialRefresh)
// Temperature and weather icon // Temperature and weather icon
// Separator // Separator
m_display.fillRect(10, 118, DISPLAY_WIDTH - 20, 2, GxEPD_BLACK); m_display.fillRect(10, 116, DISPLAY_WIDTH - 20, 2, GxEPD_BLACK);
m_display.drawBitmap(0, 120, Icons::Weather::day_clear, 75, 75, GxEPD_BLACK); m_display.drawBitmap(5, 125, Icons::Weather::day_clear, 75, 75, GxEPD_BLACK);
m_display.setFont(&FreeSans12pt7b); m_display.setFont(&FreeSans12pt7b);
std::string temperature = "-20.5 C"; std::string temperature = "-20.5 C";