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 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! Can I change the name of FrontendApplication?

In our project Frontend (and Backend) how some specific meanings, hence the question. I tried just renaming the class, but the generated code (particularly, the presenters) still kept referencing FrontendApplication.Is there an option to change that ...

MarPan by Associate
  • 594 Views
  • 3 replies
  • 1 kudos

Resolved! Add an Interaction to all Screens?

Hello,Is there a way to add Interaction to every Screen?I want to have power-off button Interaction which should appear to every screen. This common Interaction would be addition to the other interactions added in Designer.I figured I could add handl...

Tuoman by Senior II
  • 1317 Views
  • 6 replies
  • 2 kudos

Resolved! sine wave generation using touchgfx

will this code work? #include <gui/screen3_screen/Screen3View.hpp> //#include <math.h> #define PI 3.1415926 // Declare the DAC handle (assuming it's defined in another file) extern DAC_HandleTypeDef hdac1; static bool generateSineWave = false;...

Sharan by Senior II
  • 669 Views
  • 3 replies
  • 0 kudos

Resolved! "Tildes" don't appear in wildcard texts.

Hi!So I am doing a program that supports spanish as language, and in spanish we use the "tilde" which is just used sometimes to mark the accent of a word it looks like this: "Actualización", and when I put it in a wildcard it just shows the fallback ...