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

niw shows channel under freq if frequency is found in a channel

This commit is contained in:
OneOfEleven
2023-11-06 16:16:29 +00:00
parent be787babf2
commit 3779c5a36b
7 changed files with 90 additions and 47 deletions

View File

@ -13,7 +13,7 @@ extern const uint8_t BITMAP_BATTERY_LEVEL[17];
extern const uint8_t BITMAP_USB_C[8];
#ifdef ENABLE_KEYLOCK
extern const uint8_t BITMAP_KEYLOCK[6];
extern const uint8_t BITMAP_KEYLOCK[7];
#endif
extern const uint8_t BITMAP_F_KEY[6];
@ -29,8 +29,8 @@ extern const uint8_t BITMAP_F_KEY[6];
extern const uint8_t BITMAP_XB[11];
#endif
extern const uint8_t BITMAP_TDR_RUNNING[11];
extern const uint8_t BITMAP_TDR_HOLDING[11];
extern const uint8_t BITMAP_TDR_RUNNING[12];
extern const uint8_t BITMAP_TDR_HOLDING[12];
#ifdef ENABLE_VOICE
extern const uint8_t BITMAP_VOICE_PROMPT[7];