0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

BUG FIX #139: always 4 battery bars

This commit is contained in:
Krzysiek Egzmont
2023-10-09 14:17:14 +02:00
parent 7a42f332fa
commit b27ef43b4f
3 changed files with 14 additions and 32 deletions

View File

@ -18,7 +18,7 @@
#define UI_BATTERY_H
#include <stdint.h>
void UI_DrawBattery(uint8_t* bitmap, const unsigned int level, const unsigned int blink);
void UI_DisplayBattery(const unsigned int Level, const unsigned int blink);
#endif