Good morning everyone, I am very new to the LVGL world.
I have read some documentation and watched some examples, but despite this, it is not clear to me how to set up the application and how the display driver should handle the data coming from LVGL.
For testing purposes, I have a monochromatic non-touch display controlled via SPI, and I would like to start doing something with it and board STM32F411.
Is there a complete but minimal application somewhere to understand how the code is set up and how the driver should handle the data coming from LVGL?
Thank you.
Best regards.
I wanted to clarify that I do not mean a complete and working example; even just the skeleton of the software would be enough for me to understand how it should be organized.
Thank you again.