Skip to main content
Associate
September 4, 2025
Question

STM32F469I-DISCO Screen flip problem

  • September 4, 2025
  • 2 replies
  • 346 views

I use STM32F469I-DISCO.
I update TouchGFXDesigner4.25.0 to update my project.
but screen setting is flip and differenet from before.
How should I do to return to the original orientation?

2 replies

ST Employee
September 9, 2025

Hello,

We have changed the configuration of the screen on that board to simplify the code. Since the display is a portrait mode display natively, this results in the rotation you are seeing.

You can rotate the UI in the Designer as shown in my screenshot.

mathiasmarkussen_0-1757426764739.png

 

mimomoAuthor
Associate
September 11, 2025

Thank you for your kindly reply.
I understand changed configuration .
moreover,Do you know how to flip 180° as simply as possible?

ST Employee
September 11, 2025

There is no native way to do this in TouchGFX.

The simplest way is to rotate all the assets and create an upside down design.

It would also be possible to modify the frame buffer before it is transferred to the display, but this may impact performance quite a lot.