STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

TouchArea of FlexButton

Hi all,I am facing an issue with TouchGFX Gui. It seems that the view area of a Flex Button is not the same as its touch area. Maybe anyone have an idea what is going wrong or could give a hint for further evaluation.I am using TouchGFX 4.18.0 Gui on...

0693W00000aJ25UQAS.png 0693W00000aJ25PQAS.png 0693W00000aJ25eQAC.png 0693W00000aJ25jQAC.png
JBaum.6 by Associate
  • 2294 Views
  • 2 replies
  • 0 kudos

Resolved! How to perform action on REPEAT button release

I have a simple repeat button that increments a value as you hold it in. However, I would like to change the repeat button on release so that the next time it is held in, it decrements the value.I'm new to object orientated programming as well so a c...