Skip to main content
Associate II
November 3, 2025
Solved

Widgets flickers when sliding screen

  • November 3, 2025
  • 3 replies
  • 226 views

When sliding the screen in TouchGFX, some widgets may experience rendering issues causing flickering. What could be the root cause, and are there any solutions?

The images are all in the external QSPI Flash. Could this be the reason?

Best answer by 123scy321

I referred to the documentation. It said that the rendering problem occurs while sliding the screen. So it's now clear that this widget is not compatible with the screen transition animation

3 replies

123scy321Author
Associate II
November 3, 2025

The analog widget keeps flickering while sliding the screen. But the testarea is OK.

ST Employee
November 6, 2025

Hello,

From your video, it could look like an issue with rendering times been to long.

What STM32 MCU are you using?

What is the framebuffer setup? (single/double/partial, external/internal RAM)

Do you see the same issue when running the GUI in TouchGFX Designer simulator?

Best regards,

Peter

 

123scy321AuthorBest answer
Associate II
November 18, 2025

I referred to the documentation. It said that the rendering problem occurs while sliding the screen. So it's now clear that this widget is not compatible with the screen transition animation