Searched refs:lv_chart_set_update_mode (Results 1 – 6 of 6) sorted by relevance
29 lv_chart_set_update_mode(chart, LV_CHART_UPDATE_MODE_CIRCULAR); in lv_example_chart_8()
102 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode);
164 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode) in lv_chart_set_update_mode() function
63 …else if(lv_streq("update_mode", name)) lv_chart_set_update_mode(item, chart_update_mode_to_enum(va… in lv_xml_chart_apply()
479 lv_chart_set_update_mode(chart, LV_CHART_UPDATE_MODE_CIRCULAR); in chart_create()
253 :cpp:expr:`lv_chart_set_update_mode(chart, LV_CHART_UPDATE_MODE_...)`.