< img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1515543106143646&ev=PageView&noscript=1" />

Jun 01, 2022

The Introduction Of LCD And CTP Interface

Leave a message

        The serial interface 

        Serial interface included: IIC, SPI, RS232

        Serial Peripheral Interface Bus includes the following 4 wires:
    • SCLK: serial clock (output from master);

    • MOSI;  master output, slave input (output from master);

    • MISO;  master input, slave output (output from slave);

    • SS: slave select


      The IIC interface

         I²C (Inter-Integrated Circuit) includes the following 2 connections.

    • SCL (serial clock wire),

    • SDA (serial data and address wire).


    The RGB interface

    RGB interface often been used in control large-scale high-resolution LCD display. It include 6/16/18bits data (like R0, R1, , , G0, G1, , ,B0, B1, , , ), VSYNC (Vertical synchronization), HSYNC (Horizontal synchronization).

  • Advantage is that R,G,B data is written to LCD directly without GRAM, high speed. Normally used in large-scale high-resolution LCD.

  • Disadvantage is to control LCD is more complex, and need more data wires than MCU interface.

  • Application: Medium size TFT (3.5” to 8”)

  • RGB interface includes 24 bit, 18 bit, 16 bit


      The LVDS interface

  • LVDS (Low-voltage differential signaling) is an electrical digital signaling standard that can run at very high speeds over inexpensive twisted-pair copper cables.


Send Inquiry