Remove old code

This commit is contained in:
Lewis Jackson 2023-05-29 14:09:27 +03:00
parent d382753dc2
commit f7ce2d9409

View file

@ -29,8 +29,6 @@ void WatchFace::DrawWatchFace()
m_display.fillRect(87, 90, 5, 5, GxEPD_BLACK); m_display.fillRect(87, 90, 5, 5, GxEPD_BLACK);
m_display.fillRect(87, 110, 5, 5, GxEPD_BLACK); m_display.fillRect(87, 110, 5, 5, GxEPD_BLACK);
// sevenSegment.DrawDigit(m_display, 9, 10, 75, GxEPD_BLACK);
} }
void WatchFace::DrawBatteryIcon() void WatchFace::DrawBatteryIcon()