STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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
  • 450 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
  • 5063 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
  • 549 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
  • 1581 Views
  • 7 replies
  • 0 kudos