zephyr/modules/lvgl
Martin Stumpf 05bb8d9504 lvgl: add `frame_incomplete` information to `display_write`
In frames with multiple writes (officially supported through
`CONFIG_LV_Z_VDB_SIZE`) the display needs to be signalled that the
current frame is over and the content should be displayed.
This allows displays to present the UI without tearing artifacts.

Signed-off-by: Martin Stumpf <finomnis@gmail.com>
2024-11-16 13:35:17 -05:00
..
include
input
CMakeLists.txt
Kconfig
Kconfig.input
Kconfig.memory
Kconfig.shell
lvgl.c
lvgl_display.c lvgl: add `frame_incomplete` information to `display_write` 2024-11-16 13:35:17 -05:00
lvgl_display_16bit.c
lvgl_display_24bit.c
lvgl_display_32bit.c
lvgl_display_mono.c lvgl: add `frame_incomplete` information to `display_write` 2024-11-16 13:35:17 -05:00
lvgl_fs.c
lvgl_mem.c
lvgl_shell.c