zephyr/modules/lvgl
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
..
include modules: lvgl: fix multiple LVGL inputs 2024-09-30 12:10:29 +01:00
input input: add a user_data pointer to the callback 2024-07-31 12:55:11 +02:00
CMakeLists.txt modules: lvgl: Remove LVGL pointer kscan 2024-06-21 11:54:11 -04:00
Kconfig
Kconfig.input modules: lvgl: Remove LVGL pointer kscan 2024-06-21 11:54:11 -04:00
Kconfig.memory modules: lvgl: support linking memory pool to custom section 2024-06-22 05:39:41 -04:00
Kconfig.shell
lvgl.c
lvgl_display.c
lvgl_display_16bit.c
lvgl_display_24bit.c
lvgl_display_32bit.c
lvgl_display_mono.c
lvgl_fs.c modules: lvgl: lvgl_fs: Free file on close 2024-06-04 14:07:16 -05:00
lvgl_mem.c modules: lvgl: support linking memory pool to custom section 2024-06-22 05:39:41 -04:00
lvgl_shell.c build: namespace `autoconf.h` with `zephyr/` 2024-05-28 22:03:55 +02:00