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:
parent
350da78bfa
commit
a552b040d8
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -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));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user