diff --git a/src/WatchFace.cpp b/src/WatchFace.cpp index bf9c404..ce5fcd1 100644 --- a/src/WatchFace.cpp +++ b/src/WatchFace.cpp @@ -29,8 +29,6 @@ void WatchFace::DrawWatchFace() m_display.fillRect(87, 90, 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()