0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 22:31:25 +03:00

Fix missing battery symbol

This commit is contained in:
OneOfEleven 2023-10-10 01:05:39 +01:00
parent 350da78bfa
commit a552b040d8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -24,7 +24,7 @@
void UI_DrawBattery(uint8_t *bitmap, const unsigned int level, const unsigned int blink) void UI_DrawBattery(uint8_t *bitmap, const unsigned int level, const unsigned int blink)
{ {
if (blink == 0) if (blink == 1)
{ {
memset(bitmap, 0, sizeof(BITMAP_BATTERY_LEVEL)); memset(bitmap, 0, sizeof(BITMAP_BATTERY_LEVEL));
} }