Searched refs:hdiv (Results 1 – 2 of 2) sorted by relevance
154 void lv_chart_set_div_line_count(lv_obj_t * chart, uint8_t hdiv, uint8_t vdiv);
218 void lv_chart_set_div_line_count(lv_obj_t * chart, uint8_t hdiv, uint8_t vdiv) in lv_chart_set_div_line_count() argument221 if(ext->hdiv_cnt == hdiv && ext->vdiv_cnt == vdiv) return; in lv_chart_set_div_line_count()223 ext->hdiv_cnt = hdiv; in lv_chart_set_div_line_count()
Completed in 6 milliseconds