mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 22:31:25 +03:00
Fixed statusbar pixel problem - keylock symbol
This commit is contained in:
parent
88a556db81
commit
609e50f034
@ -160,7 +160,7 @@ const uint8_t BITMAP_KeyLock[9] =
|
|||||||
0b01111100
|
0b01111100
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint8_t BITMAP_F_Key[10] =
|
const uint8_t BITMAP_F_Key[9] =
|
||||||
{ // F-Key symbol
|
{ // F-Key symbol
|
||||||
0b11111111,
|
0b11111111,
|
||||||
0b10000001,
|
0b10000001,
|
||||||
@ -168,7 +168,6 @@ const uint8_t BITMAP_F_Key[10] =
|
|||||||
0b10010101,
|
0b10010101,
|
||||||
0b10010101,
|
0b10010101,
|
||||||
0b10010101,
|
0b10010101,
|
||||||
0b10010101,
|
|
||||||
0b10000101,
|
0b10000101,
|
||||||
0b10000001,
|
0b10000001,
|
||||||
0b11111111
|
0b11111111
|
||||||
|
@ -16,7 +16,7 @@ extern const uint8_t BITMAP_USB_C[9];
|
|||||||
|
|
||||||
extern const uint8_t BITMAP_KeyLock[9];
|
extern const uint8_t BITMAP_KeyLock[9];
|
||||||
|
|
||||||
extern const uint8_t BITMAP_F_Key[10];
|
extern const uint8_t BITMAP_F_Key[9];
|
||||||
|
|
||||||
extern const uint8_t BITMAP_VOX[18];
|
extern const uint8_t BITMAP_VOX[18];
|
||||||
|
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user