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:
@ -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];
|
||||
|
Reference in New Issue
Block a user