I have a TFT which requires SPI Communication interface to get it configured.
My questions :
When we say, "configure the tft", what do we actually do? Do we set some bits or erase some bits inside he tft? If so, what purpose do they serve?
The TFT also has LVDS Data and LVDS Clock lines. Then why does it require a separate SPI interface to configure instead of using the LVDS Data to send the data and do the configuration?
I have a microcontroller and a deserializer. Can I use the Microcontroller with SPI interface for the configuration part and use Deserializer for sending LVDS Display data?