Skip to main content
Associate III
July 12, 2023
Solved

Is Tilting the Image is possible in TouchGFX?

  • July 12, 2023
  • 2 replies
  • 1686 views

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?

Best answer by Yoann KLEIN

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.

2 replies

Yoann KLEIN
Yoann KLEINBest answer
ST Employee
July 12, 2023

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.

Yoann KLEINST Software Developer | TouchGFX
ShivaniAuthor
Associate III
July 13, 2023

Hello @Shivani

I have implemented with TextureMapper, and it works fine...

Thank you...

ShivaniAuthor
Associate III
February 17, 2024

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?