STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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! Strange effect when widget is pressed

Hi everybody, In my custom board I discover a strange effect when I interact with widget.The latest widget redraw has always a lots of wrong pixels while the previous one is redrawed correctly.I'm using an STM32H743VIT6, with touchGFX 4.23.2 and Stm3...

MPast.1 by Senior II
  • 1108 Views
  • 5 replies
  • 2 kudos

Resolved! error: use of undeclared identifier 'assert'

I have a working code generated with STM32CUBEMX and TouchGFX 4.17, which I compiled with Keil using ARM compiler version 5. Now, we have updated the setup, and while trying to compile the code with ARM compiler version 6, Keil throws an error saying...

Nece by Associate
  • 2513 Views
  • 2 replies
  • 0 kudos

Resolved! Programmatically Defined Transitions

Good Day,I've been experimenting with transitions on TouchGFX. I'm not a huge fan of the 1990's style transitions that come out of the box, and wondered if I could define a transition myself with custom behavior. Basically, I want sections of my scre...

JAlbr.1 by Associate III
  • 846 Views
  • 4 replies
  • 4 kudos

Scroll List in TouchGFX Designer

Hello,I am using a STM32H745XIH6 Discovery Board with the external display of resolution 480 x 480.I need an infinite scroll list with the values should be filled incrementally for each item.The scroll List should be filled with positive values to ne...

Shivani by Senior
  • 1257 Views
  • 4 replies
  • 0 kudos

Resolved! Can't disable generate code under root

I'm having an error where i get not such file or directory in an include but the file is there exactly where its located in the project that that touchGFX generates for my boardAnd while reading the documentation I saw that In Project manager, the op...

I_ve_got_a_problem_0-1713249719986.png I_ve_got_a_problem_2-1713249980521.png

Multiple dynamic graph and freertos

Hello developers,I am working on a device which has 5 graphs to show. If I use them in non-os mode, there will be no conflict and each graph can have more than 100 data samples. but if I add Freertos to the project, I can not use these 5 graphs with ...