Is that possible to make easily in touchgfx rotary knob widgets similar to sliders?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-23 6:18 AM
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 :)
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-24 5:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-24 5:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-07 2:55 PM
This is a feature I would like more information on.
When will 4.11.0 be released?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-10 11:58 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-11 12:44 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-11 7:25 AM
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.
