2022-10-06 10:01 AM
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
Solved! Go to Solution.
2022-10-06 11:27 AM
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.
2022-10-06 11:27 AM
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.
2022-10-06 03:21 PM
Ok, so I don't need to use a driver. it's cool
I thank you sir.