While trying to migrate a working LVGL 7.x app to 8.1.0-dev I encountered a few undefined names. Do they have equivalents in 8.x? If so, what are they?
-
Function lv_obj_set_style_local_text_color
-
Enum LV_LABEL_PART_MAIN
-
Function lv_obj_set_click
-
Function lv_obj_set_event_cb
-
Function lv_checkbox_is_checked
-
Function lv_checkbox_set_checked
-
Function lv_chart_set_next
-
Function lv_chart_set_point_id
-
Function lv_chart_clear_series
-
Type lv_label_align_t
Thanks.