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

Resolved! Changing Screen programmatically

Hi, I have been trying to have my screen change from my own code. Right now, I tried from another thread to do the following:I have two screens that I currently alternate every 15 seconds. FrontendApplication* App; App = static_cast<FrontendA...

Plaramee by Associate III
  • 1595 Views
  • 3 replies
  • 0 kudos

Button With Image, Background Image and Text

Hi all,I'm working on an application, and I want to have a button with an image and a background. Lucky for me, there already is such a widget! The ButtonWithIcon class is a derivative of the Button. I also want my button to have a label. So now I'm ...

MrJob by Associate II
  • 1055 Views
  • 2 replies
  • 0 kudos

Change language through the designer?

I haven't found any other way to change the language than through pure C++ code.Is there meant to be a way of switching language through functionality generated in the designer?If not, providing an extra action to do this through interactions would b...

STemWin Execute Button

Hello,I have been experiencing the following issue when working with CubeMX :#1. The EXECUTE button of the Graphics Middleware / STemWin Configuration panel does NOT open the GUI Builder, when it is clicked (activated). GUI Tool is enabled.Here is th...

Sue.Jay by Associate II
  • 1392 Views
  • 8 replies
  • 0 kudos

Resolved! Multiple displays possible?

Is it possible to create any kind of hack to run multiple displays on one MCU with ToughGFX?I'm looking for a way to have one display be drawn normally, but with two smaller displays at very low frame-rates (no higher than 1Hz).

Using external hardware buttons

I am wondering if there are any examples or plans to add functionality to the external buttons in TouchGFX Desiger.In the beginning of last week I succeeded in touch control by applying my GUI to the 746dico board. And now I am connecting the externa...

YJMoon by Associate III
  • 1032 Views
  • 6 replies
  • 0 kudos