Add files via upload
This commit is contained in:
@@ -2972,6 +2972,7 @@ void ShowBattery() {
|
|||||||
} else {
|
} else {
|
||||||
tft.drawRect(277, 6, 37, 20, ActiveColor);
|
tft.drawRect(277, 6, 37, 20, ActiveColor);
|
||||||
tft.fillRect(313, 13, 4, 6, ActiveColor);
|
tft.fillRect(313, 13, 4, 6, ActiveColor);
|
||||||
|
tft.fillRect(279, 8, 33, 16, BackgroundColor);
|
||||||
if (!batteryoptions == BATTERY_VALUE || !batteryoptions == BATTERY_PERCENT) {
|
if (!batteryoptions == BATTERY_VALUE || !batteryoptions == BATTERY_PERCENT) {
|
||||||
tft.fillRect(279, 24 - (battery * 4), 33, battery * 4, BarInsignificantColor);
|
tft.fillRect(279, 24 - (battery * 4), 33, battery * 4, BarInsignificantColor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user