zephyr/modules/lvgl
Daniel DeGrasse c8161dc53d modules: lvgl: provide alignment definition
For some systems, the display peripheral or GPU requires that buffers be
aligned on a boundary for optimal performance. We already align display
buffers using CONFIG_LV_ATTRIBUTE_MEM_ALIGN_SIZE, but some applications
will rely on the definition of LV_ATTRIBUTE_MEM_ALIGN. Provide this
definition so those buffers will be aligned as well.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-09-10 21:52:35 -04:00
..
include modules: lvgl: provide alignment definition 2024-09-10 21:52:35 -04: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 modules: lvgl: Kconfig: Add missing stubs for DMA2D kconfig symbols 2024-04-10 11:29:19 -04:00
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 modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
lvgl_display.c modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01: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: 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