mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
More counter renames + dual watch active indicator
This commit is contained in:
19
bitmaps.c
19
bitmaps.c
@ -227,7 +227,7 @@ const uint8_t BITMAP_VOX[] =
|
||||
};
|
||||
#endif
|
||||
|
||||
const uint8_t BITMAP_TDR[] =
|
||||
const uint8_t BITMAP_TDR1[] =
|
||||
{ // "DW"
|
||||
0b00000000,
|
||||
0b01111111,
|
||||
@ -244,6 +244,23 @@ const uint8_t BITMAP_TDR[] =
|
||||
0b01111111
|
||||
};
|
||||
|
||||
const uint8_t BITMAP_TDR2[] =
|
||||
{ // "--"
|
||||
0b00000000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
0b00010000,
|
||||
};
|
||||
|
||||
#ifdef ENABLE_VOICE
|
||||
const uint8_t BITMAP_VoicePrompt[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user