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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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! Hardware button

I have been struggling for a few days now with trying to trigger an interaction within TouchGFX (V4.23.1) via a hardware button.The board is a STM32H747i Discovery. The board bring up has been completed with a standard TouchGFX template and the touch...

MEde1_0-1708011935228.png MEde1_1-1708011989401.png
MEde.1 by Associate III
  • 10467 Views
  • 10 replies
  • 2 kudos

STM32L152 LCD programm hangs in the function LCD_Init()

hi,i am working on the STM32L and i have a problem with the lcd, no matter wich programm i am testing it's not working the programm hangs in the function LCD_Init() at : /*!< Wait Until the LCD Booster is ready */  while(LCD_GetFlagStatus(LCD_FLAG_RD...

XPeng by Associate
  • 1358 Views
  • 1 replies
  • 0 kudos

X-CUBE-TOUCHGFX 4.23.2 is out!

TouchGFX 4.23.2 is now out.Please follow this link to download it.4.23.2 Release details:Release date: March 14th, 2024Bugfixes in TouchGFX Designer:Fixed a bug where TouchGFX Designer would not close properlyBugfixes in TouchGFX Core:Fixed issue wer...

LouisB by ST Employee
  • 7600 Views
  • 1 replies
  • 9 kudos

Resolved! How to call virtual cpp function from main.c

  Hi everyone.There is a my page. I defined a virtual function there. And I changed the image's location. But I can not call this function from C. I research many example but can not arrive the success. otherPageView.hpp #ifndef OTHERPAGEVIEW_HPP #de...

erkanc by Associate III
  • 3153 Views
  • 4 replies
  • 0 kudos

Resolved! LTDC (RGB) to LVDS interface

Hello everyone,I have Custom board that has STM32H7 controller.I wanted to interface display module G070ACE-LH3 and i have RGB to LVDS  DS90C385AMT/NOPB.As I am a beginner wanted using Stm32 LTDC interface to bring up the display.Can anyone help me w...