cancel
Showing results for 
Search instead for 
Did you mean: 

How to rotate the image in TouchGFX?

Junde
Senior III

Hi there,

In my STM32F429BI TouchGFX project, I using some images.

I want to show a image in areaA, and then rotate the image 90dgr and show it in areaB.

But seems I must store the 2 images(before and after the rotation) in RAM to show both of them.

Can I just store one image, and rotate the image by some setting to save the memory?

Thanks for your help!

1 ACCEPTED SOLUTION

Accepted Solutions

https://support.touchgfx.com/docs/development/ui-development/ui-components/images/texture-mapper

Kudo posts if you have the same problem and kudo replies if the solution works.
Click "Accept as Solution" if a reply solved your problem. If no solution was posted please answer with your own.

View solution in original post

3 REPLIES 3
Junde
Senior III

Does the TouchGFX NOT support this function?

If yes, how about adding it?

https://support.touchgfx.com/docs/development/ui-development/ui-components/images/texture-mapper

Kudo posts if you have the same problem and kudo replies if the solution works.
Click "Accept as Solution" if a reply solved your problem. If no solution was posted please answer with your own.
Junde
Senior III

@unsigned_char_array 

Thanks for your information!

I tried Texture-Mapper, and it works well.

It's just a bit too powerful for my needs, especially since I only want to rotate an image 90 degrees.