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

I would like to use "setValueSetAction" and/or "setValueUpdatedAction" on the Progress Bar, but I couldn't figure out the callback generation.

I'm trying to generate a callback for tracking the progress bar updates. For this purpose I would like to use "setValueUpdatedAction" or "setValueSetAction" functions (which are defined in library). However I couldn't generate the callback or handler...

JJGok by Associate II
  • 1020 Views
  • 4 replies
  • 0 kudos

Moving the slider Knob without Touch.

Hi...I have configure the slider Widget using TOUCHGFX & it is working fine with Touch. But the want to Configure the slider without touch i.e., When I give some Data through Usart , according to that data the slider knob has to move (Without touchin...

PM.5 by Associate III
  • 1020 Views
  • 3 replies
  • 0 kudos

Resolved! Images aren't rendered properly on screen

Hi,Here is how my widgets are currently rendered on my ST32F769I-discovery board. I know the problem is related to the external flash because the only image saved in the internal flash is displayed properly but I don't know exactly where the problem ...

0690X000009Z2NJQA0.jpg
GMeur by Senior II
  • 1525 Views
  • 7 replies
  • 0 kudos

how do you combine stm32f446 and gfx01m1?

Hi all, I m very new using stm32CubeIDE and TouchGFX.I m trying to interface the two, but when creating a new project on TouchGFX, I am unable to find the stm32f446 Mcu to start my screen design.Am i doing something wrong ?

theo481 by Associate
  • 524 Views
  • 1 replies
  • 0 kudos

How can I access the model from a custom container

Hi, I have a common custom container that is included in all my views.I need to access a method from the model, usually, in a view, I do this from the presenter, how can I do this in the custom container in a general way without passing the view to t...