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

ILI9341 in SPI mode tested on L152RE #23

Closed GunterO closed 2 years ago

GunterO commented 3 years ago

Hi, Your README.md says "untested", but I tested your code on a L152RE board (Nucleo) in combination with an ILI9341 LCD, and this is working perfect (software SPI, hardware SPI & hardware SPI with DMA). I used the STM32CubeIDE instead of TrueStudio, but your walk-through applied quite well on this IDE. Thanks!

RobertoBenjami commented 3 years ago

Thank you for the test.