Moved temperature position and removed the space in the print.
This commit is contained in:
parent
f9a1d8d35f
commit
8dc7bb6455
@ -518,8 +518,7 @@ u32 drawStatus() {
|
|||||||
if (netstatusFlag) drawNetwork(tmpX, id);
|
if (netstatusFlag) drawNetwork(tmpX, id);
|
||||||
if (temperatureFlag) {
|
if (temperatureFlag) {
|
||||||
snprintf(tmpstr, sizeof(tmpstr)-1, "%.1f°C", ((float)temperature) / 1000);
|
snprintf(tmpstr, sizeof(tmpstr)-1, "%.1f°C", ((float)temperature) / 1000);
|
||||||
u32 tmpX = GetTextXCoordinate(interuiregular14, 1180, tmpstr, 'r');
|
DrawText(interuiregular14, 1180 + 4, 0 + 47 + 10 + + 21 + 6, themeCurrent.textColor, tmpstr);
|
||||||
DrawText(interuiregular14, tmpX, 0 + 47 + 10 + 48, themeCurrent.textColor, tmpstr);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user