Formatting

This commit is contained in:
kevin
2023-08-03 22:55:42 +08:00
parent 2b04c363b6
commit e3ba469921
+1
View File
@@ -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;