mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Fix font mishap
This commit is contained in:
4
font.h
4
font.h
@ -23,9 +23,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];
|
||||
extern const uint8_t gFontSmall[95][6];
|
||||
#ifdef ENABLE_SMALL_BOLD
|
||||
extern const uint8_t gFontSmallBold[95][7];
|
||||
extern const uint8_t gFontSmallBold[95][6];
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user