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

Added small bold font option

This commit is contained in:
OneOfEleven
2023-09-24 01:36:43 +01:00
parent 8b44428ea5
commit b2015430ea
11 changed files with 282 additions and 137 deletions

3
font.h
View File

@ -24,6 +24,9 @@ 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 gFontSmall[95][7];
#ifdef ENABLE_SMALL_BOLD
extern const uint8_t gFontSmallBold[95][7];
#endif
#endif