RobertoBenjami / stm32_graphics_display_drivers

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

SPI Reading Codes not working #46

Open h-balani opened 10 months ago

h-balani commented 10 months ago

Hi dear Roberto Benjami. I used your codes. I am using STM32F030C8T6 in SPI Mode and ili9341 Driver. The answer of the codes used to read information from the LCD is always 0x0000. Like BSP_LCD_ReadID() or BSP_LCD_ReadPixel().