0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

Fixed statusbar pixel problem - keylock symbol

This commit is contained in:
OneOfEleven 2023-09-19 10:27:55 +01:00
parent 88a556db81
commit 609e50f034
5 changed files with 2 additions and 3 deletions

View File

@ -160,7 +160,7 @@ const uint8_t BITMAP_KeyLock[9] =
0b01111100
};
const uint8_t BITMAP_F_Key[10] =
const uint8_t BITMAP_F_Key[9] =
{ // F-Key symbol
0b11111111,
0b10000001,
@ -168,7 +168,6 @@ const uint8_t BITMAP_F_Key[10] =
0b10010101,
0b10010101,
0b10010101,
0b10010101,
0b10000101,
0b10000001,
0b11111111

View File

@ -16,7 +16,7 @@ extern const uint8_t BITMAP_USB_C[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];

BIN
firmware

Binary file not shown.

Binary file not shown.

Binary file not shown.