Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/lvgl/input/
Dlvgl_button_input.c20 const lv_coord_t *coordinates; member
59 lv_indev_set_button_points(data->indev, (const lv_point_t *)cfg->coordinates); in lvgl_button_input_init()
66 DT_INST_PROP_LEN(inst, coordinates), \
75 DT_INST_PROP(inst, coordinates); \
80 .coordinates = lvgl_button_coordinates_##inst, \
/Zephyr-Core-3.5.0/modules/lvgl/
DKconfig.input25 scan coordinates with the display.
31 scan coordinates with the display.
37 scan coordinates with the display.
/Zephyr-Core-3.5.0/samples/subsys/display/lvgl/boards/
Dnative_posix.overlay46 coordinates = <160 120>;