Searched refs:update_mode (Results 1 – 2 of 2) sorted by relevance
118 lv_chart_update_mode_t update_mode : 1; member175 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() argument165 if(chart->update_mode == update_mode) return; in lv_chart_set_update_mode()167 chart->update_mode = update_mode; in lv_chart_set_update_mode()267 return chart->update_mode == LV_CHART_UPDATE_MODE_SHIFT ? ser->start_point : 0; in lv_chart_get_x_start_point()669 chart->update_mode = LV_CHART_UPDATE_MODE_SHIFT; in lv_chart_constructor()1693 if(chart->update_mode == LV_CHART_UPDATE_MODE_SHIFT) { in invalidate_point()