2025-06-09 3:46 PM
I started with the STM32F469I-DISCO which always places the screen in portrait mode (480x800).
Is there a way to change that to landscape mode (800x480) at the start of the design process?
It would be much simpler to design that way than to have to rotate it after the fact.
Thanks
Solved! Go to Solution.
2025-06-10 6:49 AM - edited 2025-06-10 6:49 AM
Hello @DavePfz,
You can find it here Config View | TouchGFX Documentation.
BR,
2025-06-10 6:49 AM - edited 2025-06-10 6:49 AM
Hello @DavePfz,
You can find it here Config View | TouchGFX Documentation.
BR,
2025-06-10 6:59 AM
Thanks for the pointer. This is new to me and the "Settings" icon appeared grayed out, so I thought it was inactive. Your post prompted me to try it anyway - and it worked!
Thanks