intermediate tweak to have ZI font as font 0

This commit is contained in:
arovak 2021-03-17 12:26:30 +01:00
parent bc5f93dd91
commit d1f1b70bdd

View File

@ -374,7 +374,7 @@ void haspSetup(void)
haspFonts[1] = LV_FONT_DEFAULT;
} else {
// defaultFont = haspFonts[0];
haspFonts[1] = hasp_font; // save it
haspFonts[0] = hasp_font; // save it
}
#endif
#endif