STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

How to know the active screen from model.cpp

I would like to check which screen is activated from model.cppI tried to use getCurrentScreen() in touchgfx::Applicationhttps://www.touchgfx.com/documentation/html/classtouchgfx_1_1_application_af560e49a149b6d2d0ccffd4ca42e5991.html#af560e49a149b6d2d...

COSEBE by Senior
  • 1611 Views
  • 6 replies
  • 7 kudos

Resolved! Callbacks between container and view

Hi, I went through some other discussions discussing a similar problem, but they did not seem to help. I have screen one which displays (dynamically) a container. The container has a button on it, which when clicked, changes screens to screen 2. At t...

Priyank by Associate III
  • 752 Views
  • 13 replies
  • 1 kudos

Bug report: Wildcard use and swapping text.

Hello,I found an "edge" case with TouchGFX Designer.I have a message box that can swap syntax between language and wildcard count.think of:-ID1: "Clock stop"-ID2: "Clock <min>"-ID3: "Clock <sec>.<usec>"I was able to set a base class with id3 and both...

Marc_LM by Associate III
  • 36 Views
  • 0 replies
  • 0 kudos

Using Triggers and Actions

Hi I am having some trouble regarding using actions and triggers. I've been following the Tutorial 5 from the support website to use them, but I could use some suggestions regarding my situation.I have a container which is a button which appears 4 ti...

Priyank by Associate III
  • 129 Views
  • 2 replies
  • 1 kudos

Whether Video is support in STM32U5 controller?

Hi,I am having STM32U575 boards with me and I am able to use a simple TouchGFX project with U575ZI_GFX02Z1 example from TouchGFX.I tried embedding example Video from TouchGFX and my compilation fails for the below error:(.text._ZN8touchgfx11VideoWidg...

mdalal by Associate III
  • 60 Views
  • 1 replies
  • 0 kudos