zephyr/modules/lvgl
Fabian Blatz c7f8033f2b modules: lvgl: simplify sys_heap memory size configs
Changes the Kconfig symbols for the sys_heap based memory management option
and removes the notion of `BLOCKS` with a more concise single
`LV_Z_MEM_POOL_SIZE` option. Also adds `LV_MEM_CUSTOM` to the lv_conf.h,
since in any option the memory management is considered to be custom.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-09-27 09:54:08 +02:00
..
include modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
input modules: lvgl: retain last event for button/pointer device 2023-09-19 16:18:18 +01:00
CMakeLists.txt modules: lvgl: move existing includes to folder 2023-09-13 11:35:04 +02:00
Kconfig modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02: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
lvgl.c modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02: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
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