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! Explanation of data flow in TouchGFX?

Hi Sir, I am new to embedded world and i have a stm32f429i-disco with touchgfx software.Actually i created a project using touchgfx and generated code using that software.But when i am going to change some code in that generated code file, i can't un...

NS.16 by Associate II
  • 2402 Views
  • 6 replies
  • 0 kudos

Resolved! TouchGFX textArea config abnormal

Hi all,When I config the textArea initial value, the character order I config is different with the display order.After some test, I find this is because of the character "-".I already meet this multi-times, is this a bug?Thanks

Junde_1-1715331930788.png
Junde by Senior III
  • 818 Views
  • 3 replies
  • 0 kudos

Resolved! Error compile simulator

Hello ST community,i hope you can help me with this errorI am developping touchgfx application and i nedd to display water volume in the screen, so i made some changes in my code and i compile with stm32ide i build it , the console show no error when...

Resolved! Missing Matrix3x3 source file in the project

Hello, I am working on a TouchGFX (4.23.2 release) project with the Nucleo-F746ZG. I was able set up my registers in cube mx and use the designer to generate for for screens and custom widgets. However, I get a when any of the Matrix3x3 methods are c...

bornamm_0-1715395413193.png
bornamm by Associate II
  • 1243 Views
  • 3 replies
  • 1 kudos

Resolved! FlexButton.getText()

Hello i have this condition:, if (oOK == true) {flexButton.setText(TypedText(T_ENTER));} else {flexButton.setText(TypedText(T_CLOSE));}flexButton.invalidateContent(); Exist reverse function, or how i can read fLexButton text value?like: Char fbString...

Schamann by Associate II
  • 900 Views
  • 2 replies
  • 0 kudos