zephyr/modules/lvgl
Kate Wang 52e08918ff modules: lvgl: support the frame buffer address and stride alignment
Add support for the frame buffer address and stride alignment.
If user set the CONFIG_LV_DRAW_BUF_ALIGN to not be 4, the buffers
shall be allocated aoocrdingly.
If user set the CONFIG_LV_DRAW_BUF_STRIDE_ALIGN to not be 1, the
methods of flushing the display shall set the pitch accordingly.

Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
2025-06-27 08:49:44 -10:00
..
include modules: lvgl: add multi-display input support 2025-05-08 12:24:21 +02:00
input modules: lvgl: input: fix indev binding to display 2025-05-13 22:21:50 -04:00
CMakeLists.txt modules: lvgl: Update CMakeLists to v9.3 2025-06-11 08:20:09 +02:00
Kconfig lvgl: Add config to disable monochrome pixel software inversion 2025-04-28 12:55:51 -05:00
Kconfig.input
Kconfig.memory
Kconfig.shell
lvgl_display_8bit.c modules: lvgl: support the frame buffer address and stride alignment 2025-06-27 08:49:44 -10:00
lvgl_display_16bit.c modules: lvgl: support the frame buffer address and stride alignment 2025-06-27 08:49:44 -10:00
lvgl_display_24bit.c modules: lvgl: support the frame buffer address and stride alignment 2025-06-27 08:49:44 -10:00
lvgl_display_32bit.c modules: lvgl: support the frame buffer address and stride alignment 2025-06-27 08:49:44 -10:00
lvgl_display_mono.c lvgl: Add config to disable monochrome pixel software inversion 2025-04-28 12:55:51 -05:00
lvgl_display.c
lvgl_fs.c modules: lvgl: don't try to open file in read mode with create flag set 2025-06-20 13:22:15 -04:00
lvgl_mem.c
lvgl_shell.c lvgl: adopt SHELL_HELP 2025-06-13 10:11:56 -07:00
lvgl_zephyr_osal.c modules: lvgl: fix of too few arguments of cpu_load_get 2025-06-12 09:39:27 -07:00
lvgl.c modules: lvgl: support the frame buffer address and stride alignment 2025-06-27 08:49:44 -10:00