You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors regarding missing fonts of various sizes occur during the compilation of flatsphere v1.1.
I select these fonts in the LVGL section of sdkconfig, but they are missing again after the build
(checked sdkconfig.json in the /build directory).
Example error:
D:/esp32/workspace/flatsphere/main/ui/screens/ui_SetTime.c:63:49: error: 'lv_font_montserrat_30' undeclared (first use in this
function); did you mean 'lv_font_montserrat_14'?
63 | lv_obj_set_style_text_font(ui_RollerHours, &lv_font_montserrat_30, LV_PART_MAIN | LV_STATE_DEFAULT);
(checked sdkconfig.json in the /build directory).
Example error:
D:/esp32/workspace/flatsphere/main/ui/screens/ui_SetTime.c:63:49: error: 'lv_font_montserrat_30' undeclared (first use in this
function); did you mean 'lv_font_montserrat_14'?
63 | lv_obj_set_style_text_font(ui_RollerHours, &lv_font_montserrat_30, LV_PART_MAIN | LV_STATE_DEFAULT);