Skip to main content
Mello
Associate
October 6, 2022
Solved

Interfacing LCD TFT with stm32F429

  • October 6, 2022
  • 2 replies
  • 2098 views

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

This topic has been closed for replies.
Best answer by MM..1

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.

2 replies

MM..1
MM..1Best answer
Super User
October 6, 2022

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
MelloAuthor
Associate
October 6, 2022

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

I thank you sir.