mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Reset default fonts
This commit is contained in:
parent
94e7c290a0
commit
3ad2dd7b3c
@ -93,7 +93,8 @@ lv_obj_t* kb;
|
||||
// lv_font_t * defaultFont;
|
||||
|
||||
lv_obj_t* pages[HASP_NUM_PAGES];
|
||||
static lv_font_t* haspFonts[4] = {nullptr, nullptr, nullptr, nullptr};
|
||||
static lv_font_t* haspFonts[4] = {LV_THEME_DEFAULT_FONT_SMALL, LV_THEME_DEFAULT_FONT_NORMAL,
|
||||
LV_THEME_DEFAULT_FONT_SUBTITLE, LV_THEME_DEFAULT_FONT_TITLE};
|
||||
uint8_t current_page = 1;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user