RobertoBenjami / stm32_graphics_display_drivers

STM32 LCD drivers (currently: spi(dma), gpio, fsmc(dma), st7735, st7783, ili9325, ili9328, ili9341, ili9486, ili9488, hx8347g)
543 stars 109 forks source link

STM32H7 #44

Open Mobin-Mortazavi opened 1 year ago

Mobin-Mortazavi commented 1 year ago

I can't make it work with the STM32H743IIT6 with FMC 16Bit , I don't know why , Can u add H7 support for the fmc?

RobertoBenjami commented 1 year ago

FSMC driver not made for the H7 family. Use https://github.com/RobertoBenjami/stm32_hal_graphics_display_drivers driver. It supports all families.