TFT Connectors - muneeb-mbytes/FPGABoard_edgeSpartan6 GitHub Wiki
TFT Connector (J14) sharing I/O with LED and LCD
TFT connector refers to the physical connector on an FPGA board that allows for the connection of a TFT (thin-film transistor) display module. The TFT connector provides a means for the FPGA to send video signals to the display module for visual output.
Consists of 5 Pins:
1. NET "tft_cs" LOC = P33; This connects the chip select (CS) signal of the TFT display module to pin P33 of the FPGA board.
2. NET "tft_dc" LOC = P30; This connects the data/command (DC) signal of the TFT display module to pin P30 of the FPGA board.
3. NET "tft_reset" LOC = P32; This connects the reset signal of the TFT display module to pin P32 of the FPGA board.
4. NET "tft_sck" LOC = P27; This connects the serial clock (SCK) signal of the TFT display module to pin P27 of the FPGA board.
5. NET "tft_sdi" LOC = P29; This connects the serial data input (SDI) signal of the TFT display module to pin P29 of the FPGA board