mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Fixed statusbar pixel problem - keylock symbol
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user