lv_line_set_points_mutable() function
Set a non-const array of points. Identical to `lv_line_set_points` except the array may be retrieved by `lv_line_get_points_mutable`.
Arguments
obj
pointer to a line object
points
a non-const array of points. Only the address is saved, so the array needs to be alive while the line exists.
point_num
number of points in 'point_a'
![]()
lv_line_set_points_mutable(needle_line, needle_line_points, 2);
lv_line_set_points_mutable() is called by 2 functions and calls 1 function:
![]()
lv_line_set_points_mutable()
lv_line_set_points_mutable():
![]()
lv_line_set_points_mutable()