Description
LVGL runs together with Zephyr. Is there a possibility to realize a remote display module.
The menu should be realized in the main board and should send the LVGL commands to a remote display module (for example via a serial interface).
In this display module the framebuffer shall be created and the display shall be controlled.
Since the interface between the main board and the display module is relatively slow, the pixel data cannot be transmitted directly.
What MCU/Processor/Board and compiler are you using?
Nucleo U575ZI-Q
Zephyr
What LVGL version are you using?
8.3.6
What do you want to achieve?
A system with a main board and a remote display module. As little data as possible should be transferred via the interface between the modules.