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
  • 542 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
  • 1221 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
  • 575 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 ...

change ScrollWheel's content dynamicaly

When screen initializes:  scrollWheel1.setNumberOfItems(1);  scrollWheel1.setDrawables(scrollWheel1ListItems, updateItemCallback, scrollWheel1SelectedListItems, updateItemCallback);After run for some time, scrollWheel is re-configed as: scrollWheel1....

shark by Senior
  • 1166 Views
  • 4 replies
  • 1 kudos

Resolved! Textarea memmanage handler problem

Hello,I have created custom board with STM32H723 and a external qspi memeory. I can store image data on qspi and showing them on lcd screen. So my external flash its working fine. When i use textarea programs go to Memmanagehandler and stuck. If i tr...

alper by Associate II
  • 1127 Views
  • 6 replies
  • 0 kudos