Searched refs:lv_chart_set_update_mode (Results 1 – 5 of 5) sorted by relevance
29 lv_chart_set_update_mode(chart, LV_CHART_UPDATE_MODE_CIRCULAR); in lv_example_chart_9()
115 lv_chart_set_update_mode(chart1, LV_CHART_UPDATE_MODE_CIRCULAR); in lv_example_chart_2()
174 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode);
160 void lv_chart_set_update_mode(lv_obj_t * obj, lv_chart_update_mode_t update_mode) in lv_chart_set_update_mode() function
74 The update mode can be changed with `lv_chart_set_update_mode(chart, LV_CHART_UPDATE_MODE_...)`.