mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Added extra MENU-MDF option (NAM+FRE)
This commit is contained in:
10
font.h
10
font.h
@ -19,11 +19,13 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern const uint8_t gFontBig[95][16];
|
||||
extern const uint8_t gFontBigDigits[11][26];
|
||||
extern const uint8_t gFontSmallDigits[11][7];
|
||||
extern const uint8_t gFontBig[95][16];
|
||||
extern const uint8_t gFontBigDigits[11][26];
|
||||
extern const uint8_t gFontSmallDigits[11][7];
|
||||
|
||||
extern const uint8_t gFont5x7[5 * 16 * 6];
|
||||
//extern const uint64_t gFont8x8[16 * 6];
|
||||
extern const uint8_t gFont6x8[96][6];
|
||||
//extern const uint8_t gFont5x7[5 * 16 * 6];
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user