sir, i am using STM32F4- discovery board, i want to configure color display with driver ST7735S. i want to know that how will i configure my spi to send data to the display. also the Nss pin.
sir,thank you for helping me.I could not load the code since I have the updated version of cubemx.I do have another doubt alsoI have ST7735S display with Green tab I used initialization in my code as belowstatic const uint8_t Scmd[] = { // ...
sir,sorry for the late reply.I am using display with ST7735S as driver and it is having green tab. I have set the SPI as required. I have attached my code here. I started to code the display with filling pixels with some colors. the display is now s...
thank you for your replyI have initialised the spi for lcd as /* SPI2 init function */void MX_SPI2_Init(void){ hspi2.Instance = SPI2; hspi2.Init.Mode = SPI_MODE_MASTER; hspi2.Init.Direction = SPI_DIRECTION_1LINE; hspi2.Init.DataSize = SPI_DATASIZE_8B...