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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

Central text alignment doesn't work

 void SmallFlag_Container::SetLanguage(Bitmap icon, TEXTS lang) { FlagImage.setBitmap(icon); LangText.setTypedText(TypedText(lang)); // LangText.resizeToCurrentTextWithAlignment(); LangText.invalidate(); }In TouchGFX all is right but in r...

0693W000006HKJkQAO.png 0693W000006HKK9QAO.png
EEuge by Senior
  • 776 Views
  • 4 replies
  • 0 kudos

examples for X-NUCLEO-GFX01M1

we've just purchased a couple of  X-NUCLEO-GFX01M1 kits and want to test them with different nucleo boards.The X-NUCLEO board should be compatible with the following: NUCLEO-F030R8, NUCLEO-F070RB, NUCLEO-F072RB, NUCLEO-F091RC, NUCLEO-F401RE, NUCLEO...

dsamm by Associate III
  • 1574 Views
  • 6 replies
  • 1 kudos

Dear all, I have a problem. I get the error message "Creation of TouchGFX Application failed" every time

I already tried to uninstall and reinstall but without success. The log file says the following error:2021-01-03 19:11:01,782 [12] ERROR TouchGFXDomainModel.LoadSave.LoadSave: Der Wert darf nicht NULL sein.Parametername: sourceSystem.ArgumentNullExce...

gleich by Associate II
  • 1089 Views
  • 5 replies
  • 0 kudos

How to read .bin file for Touchgfx

Normally I can display all projects of touchgfx (which can be stored in internal memory) on my touchscreen without any problem. For a larger project I needed to use a SD card. For this purpose, I compiled all the images into a .bin file and then save...

Datome by Associate II
  • 3901 Views
  • 19 replies
  • 0 kudos

Resolved! How is stm32f469_Discovery + TouchGFX ??

Cube_IDE_1.4 and TouchGFX 4.16.Use the stm32f469i_Discovery Board to put the picture in the TouchGFX and upload it, and only the black screen appears.https://www.youtube.com/watch?v=12KXreXaLp0 that I have informed you hereI've seen and followed, but...

PKunK.1 by Associate III
  • 834 Views
  • 3 replies
  • 0 kudos

X-CUBE-TOUCHGFX 4.15.0 is out

Hi Everyone,If you haven't noticed by now, X-CUBE-TOUCHGFX 4.15.0 is out, available from CubeMX 6.0+ and from st.com as a zip (Also installable through CubeMX).Main features:Designer: Built in support for Graph widget!Generator: Option to use Flash R...

Strange behavior in Designer with Image Configuration

I have an image (white with alpha). My configuration is as follows:Opaque Img Format: L8_RGB888Non Opaque Img Format: L8_ARGB8888When generating code follwing error message appears:ERROR: Error: L8_ARGB8888 image assets/images/logo.png has too many c...

jimmii by Senior II
  • 841 Views
  • 4 replies
  • 0 kudos