I'm working on a project using STM32F0 discovery board and we bought a TFT LCD from a local distributor, part number TM028HDHG59. The datasheet they sent mentioned it has the driver IC ST7789vi and it has RGB/3-wire SPI interface. Since I'm new to STM32 controller programming, i chose to use SPI interface, because i have experience using SPI in 8-bit controllers.
The issues I'm facing are, not able to find a suitable library file, mainly because the pinout in the datasheet didnt mention a DC pin. I'll attach the picture of the display and its datasheet.
I have asked support from the local distributor, but they can provide support for Renesas controllers only. Changing controllers means I have to spend more time to learn and get used to it and i cant afford the time.
I would appreciate any help provided, Thanks in advance.