Skip to main content
Associate
December 22, 2025
Solved

TouchGFX and isomtery - isometric image

  • December 22, 2025
  • 3 replies
  • 370 views

Is there any example how to create any simple animation? I would like to get object in motion using static isometric view. Object based on the few outlines of rectangles outlines with painter or putting the texture on it. I need to rotate one pseudo 3D rectangle in reference to the other. It is not so hard for 500MHz CPU, the issue comes with additional effects like lighting but it is not so important.

Best answer by JohanAstrup

Hello @BartoszTarnowski.

Have you been able to make any progress?

Best regards,
Johan

3 replies

ST Employee
January 2, 2026

Hello @BartoszTarnowski.

I would recommend you to have a look at the Dice Animation available in TouchGFX Designer in the Demos tab.
JohanAstrup_0-1767358197144.png

Which MCU do you use?

Best regards,
Johan

 

JohanAstrupBest answer
ST Employee
January 23, 2026

Hello @BartoszTarnowski.

Have you been able to make any progress?

Best regards,
Johan

Associate
January 23, 2026

Yes, DiceAnimation works on the STM32H7S78-DK, I used the 16bit depth (lower image quality) and the maximum CPU usage is 14%, for now it is enough to know that this platform can works with pseudo 3D,quite big object and 60FPS. For me 30FPS or even 25FPS is lowest limit so rather I will try do more in near future.