Fixed offset for drawing clock

pull/156/head
Michael-Paul Moore 2022-04-10 15:02:11 -07:00
parent 14ba49ac77
commit 90eaacd589
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ void CWatchyExpanded::DrawBasicClock()
m_display.setFullWindow();
m_display.fillScreen(GxEPD_BLACK);
m_display.setFont(&FreeMonoBold9pt7b);
m_display.setCursor(0, 17);
tm currentLocalTime;
currentLocalTime.tm_wday = m_currentTime.Wday - 1;