mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
1 sec status bar update rate is volt/percent is enabled
This commit is contained in:
18
bitmaps.c
18
bitmaps.c
@ -439,19 +439,19 @@ const uint8_t BITMAP_ScanList[6] =
|
||||
const uint8_t BITMAP_ScanList1[6] =
|
||||
{ // 1 symbol
|
||||
0b00000000,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01000010,
|
||||
0b01111110,
|
||||
0b01000010,
|
||||
0b00000000,
|
||||
0b00000000
|
||||
};
|
||||
|
||||
const uint8_t BITMAP_ScanList2[6] =
|
||||
{ // 2 symbol
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b01111111,
|
||||
0b01000001,
|
||||
0b00000000
|
||||
0b00000000,
|
||||
0b01000010,
|
||||
0b01111110,
|
||||
0b01000010,
|
||||
0b01111110,
|
||||
0b01000010
|
||||
};
|
||||
|
Reference in New Issue
Block a user