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

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
  • 694 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
  • 1902 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
  • 805 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
  • 1264 Views
  • 5 replies
  • 0 kudos

STM32L073 about LCD Set-up Convertor when setting LCD_VOLTAGESORCE_INTERNAL. The set voltage and measured voltage are different.

Hello Developper Teams.​I use STM32L073.​About LCD Setting, The set voltage and measured voltage are different.​For example,  hlcd.Init.Contrast = LCD_CONTRASTLEVEL_0(2.6V) --> Measured voltage = 3.7VIs there another place to set it?​Setting HD=1 dro...

R.K by Associate II
  • 502 Views
  • 1 replies
  • 0 kudos