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

Added fagci's teeny teeny font

This commit is contained in:
OneOfEleven
2023-10-20 14:09:12 +01:00
parent 78b4c93f67
commit d3000206d6
16 changed files with 631 additions and 375 deletions

2
font.h
View File

@ -26,6 +26,8 @@ extern const uint8_t g_font_small[95][6];
#ifdef ENABLE_SMALL_BOLD
extern const uint8_t g_font_small_bold[95][6];
#endif
//extern const uint8_t g_font_small_4x5[95][4];
extern const uint8_t g_font3x5[160][3];
#endif