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! Number display issue

ToughGFX Designer: 4.20.0STM32Cube IDE: 1.11.0Hello there,i'm using touchgfx to show received data usingUnicode::snprintf(FenceNumBuffer, FENCENUM_SIZE, "%d", g_displayCtlBlk.fenceConfigS1);Recently I found if I place FenceNum.resizeToCurrentText();d...

JPan.4 by Associate III
  • 1383 Views
  • 4 replies
  • 0 kudos

How to access or reference a variable set in a custom container from the screen containing that container

I have a custom container that pops up on a screen for password entry. The password is set using 4 scroll wheels and an entry button with icon. When the entered password matches the required password a flag variable is set and the custom container is...

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
  • 978 Views
  • 1 replies
  • 0 kudos

LVGL and Square Line Studio for STM32F469i-disco

I need help with using lvgl in stm32f469i-disco. Currently iam using touchgfx for the graphics tft, but i see lvgl has much feature and clean design. is there anyone has experience with lvgl? Please help, any references or source code will help me mu...

BAl K.1 by Associate III
  • 1467 Views
  • 1 replies
  • 0 kudos

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