Searched refs:line_points (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/examples/widgets/line/ |
D | lv_example_line_1.c | 7 static lv_point_precise_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()
|