STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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-DISC1: Is there a simple way to create a touchGFX project that has an .ioc file ?

for STM32F429I-DISC1, the Designer creates a project that does not contain an .ioc file. This means that any functionality additional to the graphics must be configured by code instead of CubeMX. Is there a simple way I can have an .ioc file in the p...

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
  • 9777 Views
  • 21 replies
  • 0 kudos

Why does my LCD look like a horror movie?

I've got a strange issue. STM32H757I-EVAL board that is about 3 weeks old. I've been working on a board bring-up for a week and pulling my hair out. So I used an existing project and thinking that maybe I'm not crazy. This is what I see on the LCD ->

0693W00000Y78tiQAB.jpg

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
  • 1138 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
  • 2896 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
  • 1512 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
  • 1949 Views
  • 5 replies
  • 0 kudos