cancel
Showing results for 
Search instead for 
Did you mean: 

Is that possible to make easily in touchgfx rotary knob widgets similar to sliders?

slawek
Associate III

Is that possible to make easily in touchgfx rotary knob widget? I would like to make a knob which will be rotating be sliding touch screen like knob like in radio or something :)

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

Hi Slawek!

Try checking the texture mapper example from the TouchGFX 4.10.0 designer. You can see in code how to rotate an image (e.g. an indicator on a knob). The texturemapper will be supported by the 4.11.0 designer.

Let me know if you need more pointers.

Best regards,

Martin

View solution in original post

5 REPLIES 5
Martin KJELDSEN
Chief III

Hi Slawek!

Try checking the texture mapper example from the TouchGFX 4.10.0 designer. You can see in code how to rotate an image (e.g. an indicator on a knob). The texturemapper will be supported by the 4.11.0 designer.

Let me know if you need more pointers.

Best regards,

Martin

scottSD
Lead

This is a feature I would like more information on.

When will 4.11.0 be released?

Hi @scottSD​,

4.11 won't be released since we've been waiting on internal deadlines. We've managed to get 4.12 ready in the mean time which will be out by the end of this month.

/Martin

That being said, the texturemapper is still available in the framework, just not through the designer. check our some of the UI templates for how to use the TextureMapper. When loading the example you won't see anything on canvas since it's all handled in code.

/Martin

I have experimented with the animatedTextureMapper and am pleased with what I am seeing so far. A lot of my application will require the rotation of images, so I am excited about the possibilities. The only complaint I have is lack of detailed documentation on the "TouchGFX Doc Site" on some of its features (the value of Z angle, for example). I ended up conducting a lot of trial and error to determine its functionality.

Looking forward to it being part of the Designer.