Skip to main content
Ark1
Associate III
September 5, 2018
Question

How to program the TFT LCD in stm32f429?

  • September 5, 2018
  • 4 replies
  • 5122 views

hi nerd fellows, I got a new task from my superior that I need to program the TFT LCD in stm32f429 discovery development board. I had no idea what to do because I am totally a beginner at this. help me out ??

This topic has been closed for replies.

4 replies

David SIORPAES
ST Employee
September 5, 2018

I suggest you to have a look at the examples provided in the STM32F4 Cube package at the following path:

Projects\STM32F429I-Discovery\Applications\STemWin

ST Technical Moderator
September 5, 2018

Hello @Community member​ ,

You can refer to the examples under STM32CubeF4 package to see their structure and get inspired from them to configure your files: STM32Cube_FW_F4_V1.21.0\Projects\STM32F429I-Discovery\Applications\STemWin

So, the working example available in the CubeF4 firmware package can be a starting point to learn about programming and configure your application.

Have a look to AN4861: LCD-TFT display controller (LTDC) on STM32 MCUs 

More details about LCD configuration provided in the AN4323, section “How to use STemWin Library step by step�?.

 I invite you to read the following FAQ :

STM32F746G-Discovery : Create a basic Graphical Application using CubeMX

https://community.st.com/s/article/FAQ-STM32F746G-Discovery-Create-a-basic-Graphical-Application-using-CubeMX

Hope this helps you.

With Regards,

Imen.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Ark1
Ark1Author
Associate III
September 5, 2018

thank you fellows @Imen DAHMEN​  @David SIORPAES​ 

Tesla DeLorean
Guru
September 5, 2018

STM32Cube_FW_F4_V1.21.0\Drivers\BSP\STM32F429I-Discovery\stm32f429i_discovery_lcd.c

STM32Cube_FW_F4_V1.21.0\Drivers\BSP\Components\ili9341\ili9341.c

STM32Cube_FW_F4_V1.21.0\Projects\STM32F429I-Discovery\Applications\Display\LTDC_Paint

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..