cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing LCD TFT with stm32F429

Mello
Associate II

Hello, I am new to stm32F4 software programming. I'm working on a project to interface a TFT LCD screen with an STM32F429.

I did the necessary configuration with cubemx and now I opened the project with cubeide.

on description of display it is noted that these drivers are needed there: LI6122 + ILI5960

OTA7001A+OTA9960A

1-can you explain to me what this means?

2- do I have to use these 4 drivers at the same time?

3- should I find the c code for these drivers on the web? a corresponding library? or I have to program the driver myself.

My goal is to interface my TFT LCD display with my board.

I put here a photo on the outputs configured with cubemx, there are 23 pins configured for the LTCD.

I can share my project but I judge that it is not necessary. Up to you.

Thank you in advance for your answer.

display reference: sh500j01z

1 ACCEPTED SOLUTION

Accepted Solutions
MM..1
Chief II

Your LCD maybe dont need driver , or need and realy next signals for example SPI require.

Next drivers is for example for touch panel parts etc.

Read pinout on your lcd connector and pdf or manufacturer info about init info.

View solution in original post

2 REPLIES 2
MM..1
Chief II

Your LCD maybe dont need driver , or need and realy next signals for example SPI require.

Next drivers is for example for touch panel parts etc.

Read pinout on your lcd connector and pdf or manufacturer info about init info.

Mello
Associate II

Ok, so I don't need to use a driver. it's cool

I thank you sir.