Searched refs:lv_line_set_y_invert (Results 1 – 3 of 3) sorted by relevance
70 void lv_line_set_y_invert(lv_obj_t * obj, bool en);
79 void lv_line_set_y_invert(lv_obj_t * obj, bool en) in lv_line_set_y_invert() function
22 …ntuitive in some cases so the y coordinates can be inverted with `lv_line_set_y_invert(line, true)…