Slight visual tweaks to weather display
All checks were successful
Compile / Compile (push) Successful in 1m19s
All checks were successful
Compile / Compile (push) Successful in 1m19s
This commit is contained in:
parent
e91c194b98
commit
e11bcdc9cd
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ void WatchFacePages::Weather::DrawPage(bool partialRefresh)
|
|||
|
||||
// Temperature and weather icon
|
||||
// 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);
|
||||
|
||||
std::string temperature = "-20.5 C";
|
||||
|
|
Loading…
Reference in a new issue