From 478afa20b721dff57ba33f0939f36b51509da486 Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:47:17 +0200 Subject: [PATCH] QFix - battery value blinkin TEF6686_ESP32.ino It looks like this overrides the values in percentage and value display when they reach certain values. --- TEF6686_ESP32.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 65fa238..88dbb9e 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -2960,7 +2960,6 @@ 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); }