zephyr/modules/lvgl/input
Lorenz Clijnen d7e5451799 modules: lvgl: input: Fix invalid encoder readout
When the encoder button was pressed, it would send a LV_KEY_LEFT/RIGHT
instead of a LV_KEY_ENTER event.
This clears the enc_diff field, and set the key field to LV_KEY_ENTER
for button events.

Fixes #73529

Signed-off-by: Lorenz Clijnen <lorenz_reclame@outlook.be>
2024-06-06 15:46:20 +01:00
..
lvgl_button_input.c
lvgl_common_input.c
lvgl_encoder_input.c modules: lvgl: input: Fix invalid encoder readout 2024-06-06 15:46:20 +01:00
lvgl_keypad_input.c modules: lvgl: Fix coordinate handling for invert-{x,y} and swap-xy 2024-04-30 18:22:57 +02:00
lvgl_pointer_input.c modules: lvgl: fix pointer input for normal orientation 2024-05-30 09:46:13 -05:00
lvgl_pointer_kscan.c