QSPI LCD

TFT lcd display screen interface type

At present, there are several mainstream interface methods of tft lcd display screen: MCU interface, RGB interface, SPI interface, MIPI interface, QSPI interface, LVDS interface.

The MCU interface, RGB interface and SPI interface are more widely used. The main differences are as follows:

MCU interface: It will decode commands, and the timing generator will generate timing signals to drive COM and SEG drivers.

RGB interface: When writing the LCD register setting, there is no difference from the MCU interface. The difference is only in how the image is written.

TFT显示屏接口类型分辨率传输速度引脚数噪声功耗传输距离成本
微控制器 8080/6800较多中等
RGB 16/18/24较多最差
SPI较少中等
I²C较少中等
串列 RGB 6/8较少最差
LVDS较少最佳
MIPI最快较少最佳

DSPI is the abbreviation of Dual SPI, which means 4-wire spi, and it is also an extension of the SPI interface introduced by Motorola.
On the basis of the SPI protocol, Motorola has enhanced its functions, added a queue transmission mechanism, and introduced a queue serial peripheral interface protocol (ie, QSPI protocol).

QSPI is the abbreviation of Quad SPI, which means 6-wire spi. It is an extension of the SPI interface introduced by Motorola, and it is more widely used than SPI.

SPI interface: SPI (Serial Peripheral Interface), serial peripheral interface, is a synchronous serial data transmission standard proposed by MOTOROLA.

The SPI interface is usually called a 4-wire serial bus, or it can also be a 3-wire SPI interface, which works in a master/slave manner, and the data transmission process is initiated by the host.

SPI CLK, SCLK: serial clock, used to synchronize data transmission, output by the host

CS: chip select line, active low, output by the host

MOSI: master output, slave input data line

MISO: master input, slave output data line

There is no so-called best or worst among the interfaces, only the applications that are suitable or not suitable for the product; therefore, we organize the data and provide the following table to provide a multi-faceted analysis of the advantages and disadvantages of the various interfaces introduced in this article, allowing you Through analysis and comparison, you can find out the most suitable display interface for your product.