ST7735S display not working
Hi,
I am using the STM32H563 and WF18GTLAADNN0 display with SPI for interfacing and the ST7735 library from Controllerstech. However, the application is not functioning.
Could you confirm if any driver initialization steps have been omitted?
Hardware Circuit: Please note that the VDD_MCU for the circuit below is 3.3V.

To verify SPI communication:
I am using a 3-wire SPI setup.



Connection:
LCD_SDA = SPI4_MOSI
LCD_SCL = SPI4_SCK
LCD_NCS, LCD_RS, LCD_Reset = GPIO_OUTPUT
I am experiencing significant noise, making it difficult to read data on the SDA line. While executing the write command, the CS pin goes low.

To identify the data value, I toggled the CS pin during data transfer.

When I sent 0x75, I received the same value in the waveform.


thanks
Mathan
