0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +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

View File

@ -24,7 +24,7 @@
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));
}