2023-07-12 12:44 AM
Hii,
I am selecting the STM32F746G Discovery Board in TouchGFX Designer. In the Designer I have taken a Tiled image widget and I am trying to move the image vertically up and down. Now I want the same image to be tilted with some angle in TouchGFX. Is that possible?
If it is, then how it works?
Solved! Go to Solution.
2023-07-12 07:08 AM
Hello @Shivani,
Yes that's definitely doable, and quite easy to implement with a TextureMapper.
This widget allows the user to flip, rotate or scale the image with different angles.
Let me know if you have more questions.
2023-07-12 07:08 AM
Hello @Shivani,
Yes that's definitely doable, and quite easy to implement with a TextureMapper.
This widget allows the user to flip, rotate or scale the image with different angles.
Let me know if you have more questions.
2023-07-13 04:35 AM
2023-10-13 09:20 PM
Hii .@Yoann KLEIN,
Is it possible to rotate the box or any other widget from the TouchGFX Designer rather than using the TextureMapper?
Because I don't want to flip or rotate the image.
If it is, then how it works?
2024-02-16 08:59 PM
Hii .@Yoann KLEIN,
Is it possible to rotate the box or any other widget from the TouchGFX Designer rather than using the TextureMapper?
Because I don't want to flip or rotate the image.
If it is, then how it works?
How to rotate the widget both clockwise and anticlockwise?