Home
last modified time | relevance | path

Searched refs:chart_obj_coords (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c38 lv_area_t chart_obj_coords; in event_cb() local
39 lv_obj_get_coords(chart, &chart_obj_coords); in event_cb()
41 rect_area.x1 = chart_obj_coords.x1 + p.x - 20; in event_cb()
42 rect_area.x2 = chart_obj_coords.x1 + p.x + 20; in event_cb()
43 rect_area.y1 = chart_obj_coords.y1 + p.y - 30; in event_cb()
44 rect_area.y2 = chart_obj_coords.y1 + p.y - 10; in event_cb()