How to get started with STM and LittlevGL

Hi,
As a new user, May I ask you to generally explain how to make a hardware configuration/connection between the library (MCU) and the LCD?
Because each LCD is different. one is parallel, one is SPI, one is RGB. another one uses ILI driver chip such as ILI9325… etc and another one another chip.
MCU options are also different, in case of STM, some offer FSMC connection type.

How to handle all of these variations in the library for each case?

1 Like

Via your own display flush function. The readme shows how to implement one.