What is the proper #include for standard fonts in Gui Guider-1.8.1-GA?
This works in custom code.
lv_obj_set_style_text_font(ui_Label_Timer, &lv_font_montserrat_12, LV_PART_MAIN | LV_STATE_DEFAULT);
But, changing font size results in a compilation failed. This font has no issue in the UI editor.
lv_obj_set_style_text_font(ui_Label_Timer, &lv_font_montserrat_24, LV_PART_MAIN | LV_STATE_DEFAULT);
Hi @Johnny5
If you want to add lv_font_montserratMedium_12,
Please declare in file gui_guider.h
BR
Harry