STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! 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
  • 7168 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
  • 856 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
  • 2203 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
  • 1035 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
  • 1539 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
  • 577 Views
  • 1 replies
  • 0 kudos