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:
25
bitmaps.c
25
bitmaps.c
@ -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,
|
||||
|
Reference in New Issue
Block a user