Can I implement LVGL on STM32H743IIT6 with a custom LCD 1024 x 600 HD
Hello all,
I have Dev a new pcb base on STM32h743IIT6 with the below hardware:
SDRAM: 256-W9825G6KH-6
FLASH : 25Q256JVEN
LCD: Module LCD tactile capacitif RGB IPS de 7 pouces from LCwiki buy on aliexpress
( it's a native rgb888 no driver )
Total Hardware around : 70 euro.
Here is the FMC and LTDC config:
SDRAM:
QSPI FLASH:
LTDC:

I have follow this post cube ide project https://github.com/JIU10/stm32h7_ltdc_dma2d/tree/master and it's work.
But now i am lost how to go further and i have some questions.
1 With the ltdc driver function below can i implement lvgl if yes how can i do if they are some link ?

2 What is the best option to make and interactive lcd panel.
2 I am coming from esp32 world so I want my st32 lcd would work like famous tftespi lib of Bodmer.
REF pcb Board rgb888 24

