cancel
Showing results for 
Search instead for 
Did you mean: 

Is Tilting the Image is possible in TouchGFX?

Shivani
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Yoann KLEIN
ST Employee

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 KLEIN
ST Software Developer | TouchGFX

View solution in original post

4 REPLIES 4
Yoann KLEIN
ST Employee

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 KLEIN
ST Software Developer | TouchGFX

Hello @Yoann KLEIN,

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

Thank you...

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?

Shivani
Senior

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?