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

Fix frequency display position

This commit is contained in:
OneOfEleven
2023-09-19 14:48:09 +01:00
parent f4a65c5b87
commit 9651e52317
10 changed files with 117 additions and 124 deletions

View File

@ -290,14 +290,12 @@ const uint8_t BITMAP_VOX[18] =
0b01000000,
0b00100000,
0b00011111,
0b00000000,
0b00111110,
0b01000001,
0b01000001,
0b01000001,
0b00111110,
0b00000000,
0b01100011,
0b00010100,
@ -315,7 +313,6 @@ const uint8_t BITMAP_VOX[18] =
0b00011000,
0b00100000,
0b01111111,
0b00000000,
0b01100011,
0b00010100,
@ -324,7 +321,7 @@ const uint8_t BITMAP_VOX[18] =
0b01100011
};
#else
// 'XB' (cross-band)
// 'XB' (cross-band/cross-VFO)
const uint8_t BITMAP_XB[12] =
{ // "XB"
0b00000000,
@ -333,7 +330,6 @@ const uint8_t BITMAP_VOX[18] =
0b00001000,
0b00010100,
0b01100011,
0b00000000,
0b01111111,
0b01001001,
@ -351,7 +347,6 @@ const uint8_t BITMAP_TDR1[12] =
0b01000001,
0b01000001,
0b00111110,
0b00000000,
0b01111111,
0b00100000,
@ -361,20 +356,19 @@ const uint8_t BITMAP_TDR1[12] =
};
const uint8_t BITMAP_TDR2[12] =
{ // "--"
{ // "><" .. DW on hold
0b00000000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00010000,
0b00000000,
0b00100010,
0b00110110,
0b00011100,
0b00001000,
0b00000000,
0b00001000,
0b00011100,
0b00110110,
0b00100010,
0b00000000
};
#ifdef ENABLE_VOICE