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

Modify scanlist top status bar symbol

This commit is contained in:
OneOfEleven
2023-10-04 20:05:00 +01:00
parent 6a8c7d5b37
commit 32fad129cc
5 changed files with 66 additions and 23 deletions

View File

@ -281,7 +281,7 @@ const uint8_t BITMAP_TDR2[12] =
0b00110001
};
#endif
/*
const uint8_t BITMAP_SC1[8] =
{ // "I"
0b01000001,
@ -305,7 +305,30 @@ const uint8_t BITMAP_SC2[8] =
0b01000001,
0b00000000
};
*/
/*
const uint8_t BITMAP_SC1[7] =
{ // "1"
0b01000000,
0b01000000,
0b01000110,
0b01111111,
0b01000000,
0b01000000,
0b00000000
};
const uint8_t BITMAP_SC2[7] =
{ // "2"
0b01000010,
0b01100001,
0b01010001,
0b01001001,
0b01001001,
0b01000110,
0b00000000
};
*/
const uint8_t BITMAP_Antenna[5] =
{
0b00000011,