STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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 ...

Are they version restriction between TGFX and CubeMX ?

Hi,In the process for learning to use TouchGFX, I encounter a weird issue, confirmed with two different boards and two different TGFX application templates:When I generate the project with TGFX Designer, import it in CubeIDE, compile it; set the righ...

AIM65 by Associate III
  • 2858 Views
  • 10 replies
  • 0 kudos

Resolved! Touchgfx: Analog Clock Time Ambiguous.

Hi,The minute hand of the Analog clock increments in hours so unlike a real analog clock the hour hand always points exactly to a digit; never in-between. This results in misreading the clock.eg: if the time is three minutes to ten, the hour hand p...

Resolved! TouchGFX Designer deletes interaction.

Hello,​I made an interaction for a Flex button to call a function with TouchGFX Designer 4.15.0.I closed TouchGFX Designer and reopen the project file that I saved, the interaction is not bound to any button. (See the image below)​When I press [Gener...

0693W000008yxutQAA.png
SYama.11 by Associate II
  • 1186 Views
  • 6 replies
  • 0 kudos

Problem text area with function animateToItem

When using scroll wheel with text area, the controller falls into a hard fault, when I use the function scrollWheel1.animateToItem(ItemCounter, 30). No problem with other widgetshttps://github.com/vitamin18/touchgfx_example.git

VKost.3 by Associate II
  • 444 Views
  • 0 replies
  • 0 kudos

Noticeable lag updating texts rapidly

If I alternate a text between displaying a pair of floating point numbers, e.g. 10.0005 and 5.0000, very briefly these are drawn incorrectly as 10.0000 and 5.0005, before the correct value is drawn. There seems to be a lag between the first and last...