mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Modify scanlist symbol on status bar (SL-1 / SL-2)
This commit is contained in:
@ -284,11 +284,11 @@ const uint8_t BITMAP_TDR2[12] =
|
||||
|
||||
const uint8_t BITMAP_SC1[8] =
|
||||
{ // "I"
|
||||
0b01000001,
|
||||
0b01000001,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01000001,
|
||||
0b00000000
|
||||
@ -297,11 +297,11 @@ const uint8_t BITMAP_SC1[8] =
|
||||
const uint8_t BITMAP_SC2[8] =
|
||||
{ // "II"
|
||||
0b01000001,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b00000000
|
||||
};
|
||||
|
Reference in New Issue
Block a user