zephyr/modules/lvgl/include
Gero Schwäricke 5bcb5242ed modules: lvgl: fix multiple LVGL inputs
The LVGL input callback does not use an instance specific name, so we
can only ever have one instance of this type. This issue was evident by
a build error, e.g., when using "zephyr,lvgl-keypad-input" nodes twice:

  error: redefinition of '_input_callback__lvgl_keypad_process_event'

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
2024-09-30 12:10:29 +01:00
..
lv_conf.h modules: lvgl: provide alignment definition 2024-09-10 21:52:35 -04:00
lvgl_button_input.h
lvgl_common_input.h modules: lvgl: fix multiple LVGL inputs 2024-09-30 12:10:29 +01:00
lvgl_display.h
lvgl_encoder_input.h
lvgl_fs.h
lvgl_input_device.h
lvgl_keypad_input.h
lvgl_mem.h
lvgl_pointer_input.h