zephyr/modules/lvgl
Fabian Blatz 84c7f2fe0a modules: lvgl: Fix usage of LVGL log levels
Introduces a Kconfig symbol `LV_Z_LOG_LEVEL` because contrary to Zephyr the
numerical value of log levels in LVGL increases with severity. Also support
for the `LV_LOG_LEVEL_USER` is added.

Resolves issue #64351.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-11-15 14:54:47 +01:00
..
include modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
input modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
CMakeLists.txt modules: lvgl: move existing includes to folder 2023-09-13 11:35:04 +02:00
Kconfig modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
Kconfig.input modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
Kconfig.memory modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
Kconfig.shell modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00
lvgl.c modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
lvgl_display.c 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 modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00
lvgl_fs.c modules: lvgl: Handle errors on fs_tell 2023-08-22 10:01:29 +02:00
lvgl_mem.c modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
lvgl_shell.c modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00