Steps to control SPI display
I currently have a display that works with ST7789 controller and a Nucleo board, L4476RG. Unfortunately, I cannot find anything about interfacing SPI with TouchGFX, except for some very generic descriptions.
What are the steps you would recommend to follow? So far, I have enabled SPI and the software pack in CUBEMX - single buffer, no need for partial; I have generated code in TouchGFX design for a blank screen; my main is basically nothing, only the st7789_init(), everything else is self-generated. With this, I could not get anything on my screen.
Thank you!
