This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR5994: Interface with 4.3inch Capacitive Touch LCD

Part Number: MSP430FR5994
Other Parts Discussed in Thread: MSP430FR5739

Dear Sir/Madam,

Please find attached File

I have to interface TFT lcd with MSP430FR5994,

please help us for codding,

Also attached a code for reference.4.3inch_Capacitive_Touch_LCD_user_manual_en.pdfGT911.pdfGT911_Register.pdfSH430HI50-43050L-C.pdf

 

 

Regards,

Pratik Shirsat

  • Hi Pratik,

    TFT LCD uses I2C communication protocol, you can learn the related configuration in the file GT911/GT911_Register.

    The reference code provided by TI about I2C communication can be seen in the attachments.

    You can refer to the code example to configure the MSP430 to realize the communication between them.

    I2C_Master_Transmit_Slave.txt

    I2C_Master_Read_Slave.txt

    Best Regards

    Sal

  • Hi Sir,

    I need help for interfacing LCD, which is RGB based lcd, and I2c use for Touch interface.

    i need at least basic coding of that

    Regards,

    Pratik Shirsat

  • Hi Pratik,

    The basic code of MSP430FR5994 interfacing LCD is attached on the previous reply. I am sorry that the code attached is MSP430FR5739, and I have corrected it.

    The file "I2C_Master_Transmit_Slave.txt" shows the MSP430 work as Master in I2C protocol and transmit data to the slave, which is Capacitive Touch Controller (GT911).

    The file "I2C_Master_Read_Slave.txt" shows the MSP430 work as Master in I2C protocol and read data from the slave, which is Capacitive Touch Controller (GT911).

    More information about configuration of MSP430 I2C mode is attached: click on here (chapter 32). I think it will help you work with modification based on the reference code.

    As for slave, the files "GT911/GT911_Register.pdf" you attached, show the configuration of the slave mode of  Capacitive Touch Controller (GT911), please pay attention to the address and operate accordingly, shown in chapter 6.

    Best Regards

    Sal

**Attention** This is a public forum