mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Battery symbol fix of a fix
This commit is contained in:
@ -216,7 +216,7 @@ void UI_DisplayStatus(const bool test_display)
|
||||
x += sizeof(BITMAP_USB_C);
|
||||
|
||||
// BATTERY LEVEL indicator
|
||||
UI_DrawBattery(line + x, g_battery_display_level, g_low_battery);
|
||||
UI_DrawBattery(line + x, g_battery_display_level, g_low_battery_blink);
|
||||
|
||||
// **************
|
||||
|
||||
|
Reference in New Issue
Block a user