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! TouchGFX - STM32H747 Discovery "Error external loader cannot be loaded", this problem might conduct to "failed download Segment[2]"

Hello everyone,I have a STM32H747I-DISCO and I am trying to use it with TouchGFX in the first part. But the problem is I cannot use it directly with TouchGFX "Run Target" mode.I have few errors, I tried to run as admin but it didn't work. I have the ...

0693W000006H8WIQA0.jpg 0693W000006H8WDQA0.jpg
SEmar by Associate II
  • 1705 Views
  • 2 replies
  • 0 kudos

Resolved! How can I resize the "circle progress" from TouchGFX Designer or even after generating the code from the designer ???

I tried to modify the ViewBase file generated by the designer by adjusting the width and height of the circle progress but nothing happened and I could not resize this element at all. So Is there is any other method to have different sizes of the cir...

AGama.1 by Associate II
  • 1433 Views
  • 1 replies
  • 0 kudos

DSI display not init always OK

Hi folks,i use CubeMX and touchGFX generated code with custom DSI 480x1280 display.All code works ok , but sometimes display is shifted horizontaly.70% starts code on and display is pixel 0 to 479 ok.But 30% starts dispolay randomly shifted and show ...

MM..1 by Chief III
  • 4569 Views
  • 10 replies
  • 0 kudos

Resolved! First steps on CubeIDE and TouchGFX

I'm moving my first steps on STM's CPU, and I would like to start playing with stm32f469i-disco.Where I can find an updated step-by-step guide to open a project on TouchGFX, export into a project on CubeIDE and successful play on the discovery board?...

DNardi_MS by Associate II
  • 3575 Views
  • 6 replies
  • 0 kudos

RTC update lag

Hello dear friends,The problem I have encountered is that updating the digital clock takes too much time. So I can see that some time updating takes up to 3 seconds, it is wonderful that other widgets don't stop and do their work.I didn't understand ...

Open in STM32CubeIDE

I want to use the CubeMX Plugin in STM32CubeIDE with an TouchGFX project but I'm not able to open the .ioc file inside the imported project. Board: STM32F429I-DISCO1My steps are: make new Project with TouchGFXGenerate CodeStart STCubeIDE and Open Pro...

DAuer.1 by Associate
  • 1015 Views
  • 1 replies
  • 0 kudos

CubeIDE and STM32F469I no "Graphics"-Peripheral?

Hi,im using a STM32F469I-Disco and the newest CubeIDE.I followed this guide, exactly step-by-step:https://community.st.com/s/article/FAQ-GUI-on-STM32F469-Discovery-boards-using-CubeMX-and-STemWinIn Step 1.5. there is a peripheral called "graphics" bu...

TFron.1 by Associate
  • 1516 Views
  • 3 replies
  • 0 kudos

Resolved! how to include C code in C++ and the opposite?

I have a problem that I cannot include C code in C++ and the opposite. Different sites suggest to solve this problem by including the header file of C in the header file of C++ (Model.hpp) like:#ifdef __cplusplusextern "C"{#endif#include "coreTransf...

KFrey.1 by Associate II
  • 5309 Views
  • 4 replies
  • 0 kudos