zephyr/modules/lvgl
Ioannis Karachalios fce35569b8 modules: lvgl: Add support for frame rounder callback
Add support for LVGL rounder callback function. Sometimes,
either the underlying display controller and/or the LCD host
controller might impose restrictions on frame resolution.
For instance, the E1394AA65A display model should impose that
either axis of a frame be multiple of 2 pixels or the Renesas
LCD controller of the DA1469x SoC, should impose that the
stride value, number of bytes between consecutive frame lines,
be multiple of 4 bytes.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
2024-03-04 22:12:54 +01:00
..
include modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
input fix: lvgl: modules: keypad input log module 2024-02-13 09:03:08 +01:00
CMakeLists.txt
Kconfig modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
Kconfig.input
Kconfig.memory
Kconfig.shell
lvgl.c
lvgl_display.c modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
lvgl_display_16bit.c
lvgl_display_24bit.c
lvgl_display_32bit.c
lvgl_display_mono.c
lvgl_fs.c
lvgl_mem.c
lvgl_shell.c