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

How to add delay in TouchGFX application?

I'm trying to develop an application where i have to display 3 different texts for 5 secs for 3 cycles and then change to different screen.I'm adding 3 interactions for this.Delay for 1 sec when screen1 is entered.Execute C++ code when interaction1 i...

biki by Associate II
  • 1976 Views
  • 2 replies
  • 0 kudos

Single button with two functionalities

Hello....AM working on STM32L4R9AI-EVAL board....i have requirement that with one button i want to take two actions.. i have a digital clock and text area...when i press the button ones the clock digits has to be dim and text area should be bright an...

prathima by Associate II
  • 738 Views
  • 4 replies
  • 0 kudos

I am trying to simulate the OoB Online application for STM32H750. I can simulate in Designer V4.12.3 but 'Run Simulator' as well as 'Generate Code' generates an error in Designer 4.13. See details.

       Done   Post Generate       touchgfx update_project --project-file=../EWARM/application.ewp && touchgfx update_project && touchgfx update_project --project-file=simulator/msvs/Application.vcxproj       No value provided for required options '--...

PKL by Associate
  • 548 Views
  • 1 replies
  • 0 kudos

How to interface physical buttons through the editor?

Hello. I am currently trying to interface physical buttons with my UI, by using interactions directly from the designer, like so: When hardware button is clicked > BUTTON KEY > Change screenI am brand new in this software and embedded software in gen...

Andreea by Associate II
  • 1451 Views
  • 8 replies
  • 0 kudos

Resolved! Generated Font Naming

Hi,Follwing Font cpp files are being generated:Font_Ubunut_light_10_4bpp_0.cppFont_Ubunut_light_10_4bpp_4.cppFont_Ubunut_light_16_4bpp_0.cppFont_Ubunut_light_16_4bpp_4.cppMy question: What does the _4 (in bold) mean? Why are there different font wit...

jimmii by Senior II
  • 709 Views
  • 3 replies
  • 0 kudos

concept of layers

Hello.Does TouchGFX have the concept of layers?For example, is it possible to put the keyboard window on the upper layer of the main screen when in key input mode?Thank you.

Ebun.1 by Senior
  • 807 Views
  • 4 replies
  • 0 kudos