🐛 Change font for selected language (#22381)

This commit is contained in:
Scott Lahteine
2021-07-18 19:56:28 -05:00
committed by GitHub
parent e55427aaa2
commit b34a009bb1
39 changed files with 1095 additions and 1000 deletions

View File

@@ -35,3 +35,6 @@ int uxg_GetUtf8StrPixelWidth(u8g_t *pu8g, const char *utf8_msg);
int uxg_GetUtf8StrPixelWidthP(u8g_t *pu8g, PGM_P utf8_msg);
#define uxg_GetFont(puxg) ((puxg)->font)
#define _LANG_FONT_INFO(L) g_fontinfo_##L
#define LANG_FONT_INFO(L) _LANG_FONT_INFO(L)