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

Fixed channel display new bug

This commit is contained in:
OneOfEleven
2023-09-10 10:28:30 +01:00
parent b1399c8073
commit 0176cb4214
10 changed files with 122 additions and 113 deletions

2
font.h
View File

@ -25,7 +25,7 @@ extern const uint8_t gFontSmallDigits[11][7];
//extern const uint64_t gFont8x8[16 * 6];
extern const uint8_t gFont6x8[96][6];
//extern const uint8_t gFont5x7[5 * 16 * 6];
//extern const uint8_t gFont5x7[96][5];
#endif