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'