STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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
  • 557 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
  • 1239 Views
  • 6 replies
  • 1 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
  • 624 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 ...