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! STM32F429I-Discovery board: SLIDER_Handle

I'm trying to work with a slider on the STM32F429I-Discovery board.I have build a GUI with the GUI-tool.The widgets are created in the LogViewerDLG.c file as follows:static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = {{ FRAMEWIN_CreateIndirect, "...

TVan .8 by Associate III
  • 739 Views
  • 2 replies
  • 1 kudos

Resolved! build error

I got a problem when building the project in the CubeIDE.According to the console, the function "function1" is not declared, but in the .hpp it is.I think the .cpp is not realizing that the .hpp is changing.Here, when I use the content assit, functio...

problem 1.png problem 2.png ferdlf_0-1706990428429.png
ferdlf by Associate III
  • 650 Views
  • 1 replies
  • 2 kudos

Resolved! Problem with the Project.

I got a problem when saving a TouchGFX project and open it with the CubeIDE.The first time I opened a proyect from TouchGFX with the CubeIDE, it looked like this.But then, when I do new proyects they look like this. I can't do anything and I tried un...

project one.png project 2.png
ferdlf by Associate III
  • 612 Views
  • 2 replies
  • 1 kudos

Resolved! TextArea

How can I get the value from a textArea so I can compare it with this '-' character?

ferdlf by Associate III
  • 640 Views
  • 2 replies
  • 2 kudos

Font rendering artifacts on TouchGFX 4.23

Hi, I decided to update TouchGFX in my project from 4.20 to the newest 4.23. I noticed some artifacts in font rendering from time to time. Below I attached a photo of the issue. Do you have any ideas why this is happening?Regards,Piotr

Image.jpeg
ypiotrp by Senior
  • 1241 Views
  • 4 replies
  • 0 kudos

Slider with inverted MIN, MAX values

Hello,I'm working with a slider and ran into this problem.When I definesetValueRange(0, 255);and then I set the valuesetValue(25);so everything works. But I would like to turn the values on the slider. That means I will entersetValueRange(255, 0);At ...

JNova.0 by Associate III
  • 530 Views
  • 0 replies
  • 2 kudos

Resolved! Scroll animation

Does in the TouchGFX is scrollable container animation? I use doScroll() function but it would be nicer if it scrolls automatically with animation or smoothly.

heyo by Senior
  • 1119 Views
  • 3 replies
  • 0 kudos

Resolved! custom widget

Hello,once again the same question - Custom Widget.Everything I do now I do with a Custom Container, but I'm wondering how to do it with a Custom Widget.Can an existing widget be used in a custom widget? For example, can I draw a circle and a line un...

JNova.0 by Associate III
  • 955 Views
  • 4 replies
  • 0 kudos