Add files via upload

This commit is contained in:
Jan Ove Overland
2023-08-10 21:20:40 +02:00
committed by GitHub
parent 124fdea9aa
commit 5cd014c25b
+1
View File
@@ -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);
}