0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Display tidy ups

This commit is contained in:
OneOfEleven
2023-09-12 15:31:37 +01:00
parent 08658f8b82
commit 4dfa882770
15 changed files with 145 additions and 141 deletions

View File

@ -408,7 +408,7 @@ const uint8_t BITMAP_M[] =
0b01111111
};
const uint8_t BITMAP_F[] =
const uint8_t BITMAP_FB[] =
{
0b00000000,
0b01111111,
@ -417,7 +417,16 @@ const uint8_t BITMAP_F[] =
0b00001001,
0b00001001,
0b00001001,
0b00000001
0b00000001,
0b00000000,
0b01111111,
0b01001001,
0b01001001,
0b01001001,
0b01001001,
0b01001001,
0b00110110
};
const uint8_t BITMAP_ReverseMode[] =