From 5cd014c25b2c1201a5aaa030398a98972e27d972 Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:20:40 +0200 Subject: [PATCH] Add files via upload --- TEF6686_ESP32.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index ba55d0f..8ea5326 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -2972,6 +2972,7 @@ void ShowBattery() { } else { tft.drawRect(277, 6, 37, 20, ActiveColor); tft.fillRect(313, 13, 4, 6, ActiveColor); + tft.fillRect(279, 8, 33, 16, BackgroundColor); if (!batteryoptions == BATTERY_VALUE || !batteryoptions == BATTERY_PERCENT) { tft.fillRect(279, 24 - (battery * 4), 33, battery * 4, BarInsignificantColor); }