zephyr/modules/lvgl/input
Glenn Andrews a70bf0e488 modules: lvgl: Fix inverting x/y if screen is rotated
https://github.com/zephyrproject-rtos/zephyr/pull/70541 has an
issue where if the screen has been rotated, values calculated if
invert-x or invert-y are set will be overwritten.

This breaks the adafruit_2_8_tft_touch_v2 touchscreen as the
display is rotated by 90 degrees but uses invert-x and invert-y.

This change makes the invert-x and invert-y options independent
of screen rotation.

Signed-off-by: Glenn Andrews <glenn.andrews.42@gmail.com>
2024-05-27 12:30:05 -07:00
..
lvgl_button_input.c
lvgl_common_input.c modules: lvgl: input: add zephyr,lvgl-keypad-input device binding 2023-12-06 09:15:50 +00:00
lvgl_encoder_input.c
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 inverting x/y if screen is rotated 2024-05-27 12:30:05 -07:00
lvgl_pointer_kscan.c