cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f429 internal LTDC

Javad
Associate III
Posted on May 17, 2016 at 07:48

0690X00000603MsQAI.jpg 0690X00000603MxQAI.jpg
2 REPLIES 2
Javad
Associate III
Posted on May 17, 2016 at 07:51

HI

I try to drive tft 4.3'' LCD with stm32f429 internal LTDC. is there any example for it? I bought discovery board, but its LCD use external driver. I designed PCB and connect 4.3'' lcd to discovery board and try an example I found in internet but it didn't work! how can I drive my lcd with this board?

slimen
Senior
Posted on May 19, 2016 at 12:42

Hi mohammadjavad,

Have a look to any LTDC examples available in STM32CubeF4 v1.11.0

There are ones under STM32Cube_FW_F4_V1.11.0\Projects\STM32F429I-Discovery\Examples\LTDC\LTDC_Display_2Layers

This example describes how to configure the LTDC peripheral to display two Layers at the same time.

To have more examples into LTDC, you can refer to the examples under STM32Cube_FW_F4_V1.11.0\Projects\STM32F429I-Discovery\Applications\Display

- LTDC_AnimatedPictureFromUSB : This application describes how to display on LCD pictures saved under USB mass storage.

- LTDC_Paint : which describes how to configure LCD touch screen and attribute an action related to configured touch zone.

 

 Regards