From f7ce2d9409ef346362ce0b133d81c74ee3b7da55 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Mon, 29 May 2023 14:09:27 +0300 Subject: [PATCH] Remove old code --- src/WatchFace.cpp | 2 -- 1 file changed, 2 deletions(-) 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()