zephyr/modules/lvgl/include
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
..
lv_conf.h modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
lvgl_button_input.h modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
lvgl_common_input.h modules: lvgl: retain last event for button/pointer device 2023-09-19 16:18:18 +01:00
lvgl_display.h modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
lvgl_encoder_input.h modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00
lvgl_fs.h modules: lvgl: move existing includes to folder 2023-09-13 11:35:04 +02:00
lvgl_input_device.h
lvgl_keypad_input.h modules: lvgl: input: add zephyr,lvgl-keypad-input device binding 2023-12-06 09:15:50 +00:00
lvgl_mem.h modules: lvgl: move existing includes to folder 2023-09-13 11:35:04 +02:00
lvgl_pointer_input.h modules: lvgl: fix initialization order depedencies 2023-09-18 20:37:43 +02:00