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

UART sending data problem using TOUCHGFX

Hi, Im working on touchgfx with STM32H750XBH-DK eval board and gyro sensor. So I try to display the data using UART which I want to display using serial monitor(tera term) but its doesn't work and nothing display in my monitor.Basically i have try us...

0693W00000Y6tNwQAJ.png
Angle by Associate II
  • 632 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIDE: Different File Structure

I am using the STM32H7B3I-EVAL, which includes a touch screen that uses the TouchGFX application. I am trying to do its tutorials, which includes modifying the code in the STM32CubeIDE. However, when I do, the file structure is different in my comput...

0693W00000UnLQNQA3.png 0693W00000UnLQhQAN.png
KMew by Senior III
  • 7026 Views
  • 21 replies
  • 0 kudos

snprintfFloat prints incorrectly some numbers

For example Unicode::snprintfFloat 70000.700f with "8.2f" incorrectly prints "70000.71", while snprintfFloat 60000.700 with "8.2f" correctly prints "60000.70"Test code:Unicode::snprintfFloat(textArea1Buffer, TEXTAREA1_SIZE, "%8.2f", 70000.700f);   Un...

Tuoman by Senior II
  • 836 Views
  • 4 replies
  • 0 kudos

GFX01M2_HelloWorld application on X-Nucleo-GFX01M2 w/ STM32G071 Nucleo. IAR makes, I can build, but attempts to download/debug do not work. Basic G071 demos work.

My Debug Log = Thu Dec 29, 2022 14:43:39: IAR Embedded Workbench 9.32.1 (C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm\bin\armPROC.dll) Thu Dec 29, 2022 14:43:39: Loaded macro file: C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm/co...

PFabi.1 by Associate II
  • 2167 Views
  • 7 replies
  • 0 kudos

Resolved! touchgfx float value

Hi, how can I do if I want to display the float value in touchgfx screen?so, this is my stm32cubeide main.c which i want to display this type of data on the screen. so I extern into model.cpp file. then I put the float value here? I got confuse since...

0693W00000Y7F1iQAF.png 0693W00000Y7F2HQAV.png 0693W00000Y7F3UQAV.png
Angle by Associate II
  • 1003 Views
  • 2 replies
  • 0 kudos

Resolved! Vertical progress bar

Is it possible to make vertical progress bar? Because I try to add progress bars and all bars is horizontal. And here I see that I can't change progress bar width and height. (I add progress bar backgound).

0693W00000Y7CS2QAN.png
heyo by Senior
  • 1498 Views
  • 5 replies
  • 0 kudos