mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Include bitmap fonts in 12, 16, 24 & 32pt sizes
This commit is contained in:
parent
445446111b
commit
5f376e2344
@ -563,8 +563,8 @@ void haspSetup(void)
|
|||||||
|
|
||||||
haspFonts[0] = LV_THEME_DEFAULT_FONT_SMALL;
|
haspFonts[0] = LV_THEME_DEFAULT_FONT_SMALL;
|
||||||
haspFonts[1] = LV_THEME_DEFAULT_FONT_NORMAL;
|
haspFonts[1] = LV_THEME_DEFAULT_FONT_NORMAL;
|
||||||
haspFonts[2] = LV_THEME_DEFAULT_FONT_SUBTITLE
|
haspFonts[2] = LV_THEME_DEFAULT_FONT_SUBTITLE;
|
||||||
haspFonts[3] = LV_THEME_DEFAULT_FONT_TITLE
|
haspFonts[3] = LV_THEME_DEFAULT_FONT_TITLE;
|
||||||
|
|
||||||
hasp_set_theme(haspThemeId);
|
hasp_set_theme(haspThemeId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user