zephyr/modules/lvgl/input
Fabian Blatz 2ea2d37d60 modules: lvgl: retain last event for button/pointer device
Adds saving of the last lv_indev_data_t for button and pointer type
devices. This is needed because there is currently no way to tell LVGL in
the read callback that no event is pending. Preservation of the last state
is expected to happen in the port layer for the input devices.
This resolves issue #62512.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-09-19 16:18:18 +01:00
..
lvgl_button_input.c modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
lvgl_common_input.c modules: lvgl: retain last event for button/pointer device 2023-09-19 16:18:18 +01:00
lvgl_encoder_input.c modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
lvgl_pointer_input.c modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
lvgl_pointer_kscan.c modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00