lv_line_set_points() function
Set an array of points. The line object will connect these points.
Arguments
obj
pointer to a line object
points
an 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'