Searched refs:line_points (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/examples/widgets/line/ |
D | lv_example_line_1.c | 7 static lv_point_t line_points[] = { {5, 5}, {70, 70}, {120, 10}, {180, 60}, {240, 10} }; in lv_example_line_1() local 19 lv_line_set_points(line1, line_points, 5); /*Set the points*/ in lv_example_line_1()
|
D | lv_example_line_1.py | 2 line_points = [ {"x":5, "y":5}, variable 17 line1.set_points(line_points, 5) # Set the points
|