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

Unexpected scroll wheel behavior

I have created a project with a scroll wheel of 10 items, each item is displaying a single digit 0-9. Imagine an odometer for instance.  I am incrementing a variable(num) every second and usingscrollWheel.animateToItem(num, 20);to scroll through the ...

brohr01 by Associate III
  • 928 Views
  • 4 replies
  • 0 kudos

Define custom generic base view

Hello,I am building an application that contains many screens.All the screens share the same containers and modal windows.I am found myself obliged to duplicated treatment for different containers and models on each screen.My question is:Is there a w...

AMS22 by Associate II
  • 740 Views
  • 3 replies
  • 0 kudos

ILI9488 and STM32F432CHU6

Dear all!i need help, I try to fill Screen in Red, but can't. I download library from GitHub. I don't know how to fix it. i attach original library, i disable 1 line in C file. Pin PB7 control 1 led and it blink as my expect, can you help share me ho...

Post Generate (Target) Command

Hi,I'm struggling to do something that should apparently be relatively simple. I want to import a different touchgfx.props file to the .vcxproject depending on a variable. Now, you might wonder why I want to do that, so let me explain quickly the rea...

GMeur by Senior II
  • 973 Views
  • 4 replies
  • 1 kudos

STM32U5G9J DMA2D crashing

I have a STM32U5G9J-DK2 where I'm trying to write a simple test application that commands the display to be red, then blue, then green.  Using the CubeIDE, I generated a project for the DK2 and enabled the DMA2D, LTDC, and GPU2D.  I then had it gener...

BT1324 by Associate
  • 314 Views
  • 1 replies
  • 0 kudos