Formatting
This commit is contained in:
@@ -5092,6 +5092,7 @@ void ShowBattery() {
|
||||
if (batteryV < BATTERY_LOW_VALUE) return;
|
||||
|
||||
tftPrint(-1, String(batteryVold,1), 213, 163, BackgroundColor, BackgroundColor, FONT16);
|
||||
|
||||
tftPrint(-1, String(batteryV,1), 213, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||
tftPrint(-1, "V", 232, 163, PrimaryColor, PrimaryColorSmooth, FONT16);
|
||||
batteryVold = batteryV;
|
||||
|
||||
Reference in New Issue
Block a user