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

fiff test + small font update

This commit is contained in:
OneOfEleven
2023-09-22 05:51:15 +01:00
parent 4dade7fbb9
commit d968e3d164
8 changed files with 167 additions and 135 deletions

2
font.h
View File

@ -22,7 +22,7 @@
//extern const uint8_t gFontBig[95][16];
extern const uint8_t gFontBig[95][15];
extern const uint8_t gFontBigDigits[11][26];
extern const uint8_t gFontSmallDigits[11][7];
//extern const uint8_t gFontSmallDigits[11][7];
extern const uint8_t gFontSmall[95][7];
#endif