zephyr/modules/lvgl
Fabian Blatz b296d1152f input: add zephyr,lvgl-button-input device binding
Add a pseudo device which can be used to hook into gpio-keys input_events
and relay the events to a lv_indev.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-08-29 10:17:52 +02:00
..
input input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
CMakeLists.txt input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
Kconfig modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
Kconfig.input input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
Kconfig.memory
Kconfig.shell
lv_conf.h
lvgl.c modules: lvgl: Move lvgl kscan pointer handling to separate file 2023-08-29 10:17:52 +02:00
lvgl_display.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display.h modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_16bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_24bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_32bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_mono.c
lvgl_fs.c modules: lvgl: Handle errors on fs_tell 2023-08-22 10:01:29 +02:00
lvgl_fs.h
lvgl_mem.c
lvgl_mem.h
lvgl_shell.c