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! 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
  • 754 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
  • 1084 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
  • 762 Views
  • 2 replies
  • 0 kudos

NUCLEO-H563ZI + GFX02Z1 + ThreadX

I'm a novice getting re-acquainted with embedded, and acquainted with STMicro productsI'd like to use the NUCLEO-H563ZI + GFX02Z1 with ThreadX instead of FreeRTOS.  I perform these steps:In TouchGFX Designer I create a new project with the included N...

DJ001 by Associate II
  • 875 Views
  • 2 replies
  • 0 kudos

touchgfx external flash problem

Hi,I am using touchgfx with STM32H743 mcu. When i store the pictures(png) in internal flash everthing works fine but when i change the project from touchgfx for store pictures in the external flash(W25Q128, QSPI), colors are wrong for the whole scree...