2021-06-07 03:07 AM
I am trying to configure 32F469IDISCOVERY board for display application. I have referred article : https://community.st.com/s/article/FAQ-GUI-on-STM32F469-Discovery-boards-using-CubeMX-and-STemWin.
In that I can configure display in a landscape mode. I want to configure it in a portrait mode.
I have changed configuration in LTDC, DSI but I can see the display completely jumbled like this.
Can anybody guide on how to configure the display hardware and software parameter in discovery kit ?
Solved! Go to Solution.
2021-06-10 10:47 AM
Hello @Keyur Thumar
I recommend you to have a look at this AN4860 Application note about DSI Host on STM32F469 MCUs, and this post, this may help you on your issue.
A set of example also are provided in STM32F4 Cube MCU package:
STM32Cube_FW_F4_V1.26.0\Projects\STM32469I-Discovery\Applications\Display\LCD_Paint
STM32Cube_FW_F4_V1.26.0\Projects\STM32469I-Discovery\Applications\Display\LCD_AnimatedPictureFromSDCard
Hope this helps you!
Imen
2021-06-10 10:47 AM
Hello @Keyur Thumar
I recommend you to have a look at this AN4860 Application note about DSI Host on STM32F469 MCUs, and this post, this may help you on your issue.
A set of example also are provided in STM32F4 Cube MCU package:
STM32Cube_FW_F4_V1.26.0\Projects\STM32469I-Discovery\Applications\Display\LCD_Paint
STM32Cube_FW_F4_V1.26.0\Projects\STM32469I-Discovery\Applications\Display\LCD_AnimatedPictureFromSDCard
Hope this helps you!
Imen