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 ...

how do you combine stm32f446 and gfx01m1?

Hi all, I m very new using stm32CubeIDE and TouchGFX.I m trying to interface the two, but when creating a new project on TouchGFX, I am unable to find the stm32f446 Mcu to start my screen design.Am i doing something wrong ?

theo481 by Associate
  • 492 Views
  • 1 replies
  • 0 kudos

How can I access the model from a custom container

Hi, I have a common custom container that is included in all my views.I need to access a method from the model, usually, in a view, I do this from the presenter, how can I do this in the custom container in a general way without passing the view to t...

How to use standard concurrency support library in simulator (error: 'mutex' in namespace 'std' does not name a type)

Hello,I am getting this compilation error when running simulator:error: 'mutex' in namespace 'std' does not name a typeFrom the informations I had found about this topic, this error is caused by used thread model of MINGW32. MINGW32, which comes toge...

external adc + dcmi

HI theremy pervious post explains the issue https://community.st.com/s/question/0D53W00001lTyoOSAS/read-parallel-cmos-adc-using-nucleoh743zi2after a bit of research I found that I can use the DCMI(digital camera interface) as an input to the ADC bec...

AElta.1 by Associate II
  • 2835 Views
  • 3 replies
  • 0 kudos

LineSpacing error in TouchGFX Version 4.20.0

I updated my TouchGFX from version 4.18.1 to version 4.20.0 and noticed that it is no longer possible to set the "LineSpacing". In the old version, if you had a text area with several lines, you could increase or decrease the line spacing pixel by pi...

IHaas.1 by Associate
  • 1657 Views
  • 7 replies
  • 1 kudos

TouchGFX - can't switch language.

I defined a text in 3 languages in Texts in Designer.When I set the language in the designer, my label is translated correctly.Then I made 3 buttons and assigned "ChangeLanguage" action to each.When I run the application and click the buttons - nothi...

HTD by Senior III
  • 988 Views
  • 4 replies
  • 0 kudos

STemWin and mbed os

i use disco-f429zi.Is it possible to stemwin from mbed os?I tried to use the STemwin library STemWin_CM4_wc16.a file provided by the cube fw_f4 firmware pack, but the code process stopped at GUI_Init().The development environment is keil uvision5. Is...

Bkim.6 by Associate II
  • 857 Views
  • 2 replies
  • 0 kudos