2025-08-04 8:56 AM
I just updated my TouchGFX version to 4.25.0 and try a simple two screens sliding transition with my STM32U5G9J-DK2 with ThreadX RTOS, and I found my sliding transition not working. No more sliding, the screens just updated with a glitch.
Can anyone please help to point to me where should I look into? Is it relate to timing in the TouchGFX thread timing?
Thank you for your helps.
2025-08-04 10:59 PM
Hello @Jtron.11.
The issue most likely occurs due to missing animation storage. You can find a detailed explanation of animation storage in the TouchGFX documentation.
Additionally, you can have a look at e.g. TouchGFXHAL.cpp in the STM32H7S78-DK TBS, where animation storage is enabled.
Best regards,
Johan