2016-05-16 10:48 PM
2016-05-16 10:51 PM
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?2016-05-19 03:42 AM
Hi mohammadjavad,
Have a look to any LTDC examples available in STM32CubeF4 v1.11.0There are ones under STM32Cube_FW_F4_V1.11.0\Projects\STM32F429I-Discovery\Examples\LTDC\LTDC_Display_2LayersThis 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