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

HSYNC, VSYNC, & Porch Calculations

Hi, I'm having a doubt related to HSYNC, VSYNC and Porch Calculations. I'm working with STM32F746G Disco Board and wanted to understand how these values are calculated. The HSYNC, VSYNC, HBP, HFP, VBP, VFP values mentioned in data sheet (https://...

PBU by Associate III
  • 3311 Views
  • 5 replies
  • 0 kudos

DCMI JPEG data frame

Hi everyone,I'm using OV5640 and it supports the JPEG format. The camera is set 640x480.I'm confused the DCMI module. After started camera, get line callback and first two bytes are 0xFFD8 as expected. However, it never get the 0xFFD8 one again. It s...

Resolved! Changing Screen programmatically

Hi, I have been trying to have my screen change from my own code. Right now, I tried from another thread to do the following:I have two screens that I currently alternate every 15 seconds. FrontendApplication* App; App = static_cast<FrontendA...

Plaramee by Associate III
  • 2496 Views
  • 3 replies
  • 0 kudos

Button With Image, Background Image and Text

Hi all,I'm working on an application, and I want to have a button with an image and a background. Lucky for me, there already is such a widget! The ButtonWithIcon class is a derivative of the Button. I also want my button to have a label. So now I'm ...

MrJob by Associate II
  • 1655 Views
  • 2 replies
  • 0 kudos

Change language through the designer?

I haven't found any other way to change the language than through pure C++ code.Is there meant to be a way of switching language through functionality generated in the designer?If not, providing an extra action to do this through interactions would b...

STemWin Execute Button

Hello,I have been experiencing the following issue when working with CubeMX :#1. The EXECUTE button of the Graphics Middleware / STemWin Configuration panel does NOT open the GUI Builder, when it is clicked (activated). GUI Tool is enabled.Here is th...

Sue.Jay by Associate II
  • 2731 Views
  • 8 replies
  • 0 kudos

Resolved! Multiple displays possible?

Is it possible to create any kind of hack to run multiple displays on one MCU with ToughGFX?I'm looking for a way to have one display be drawn normally, but with two smaller displays at very low frame-rates (no higher than 1Hz).

Using external hardware buttons

I am wondering if there are any examples or plans to add functionality to the external buttons in TouchGFX Desiger.In the beginning of last week I succeeded in touch control by applying my GUI to the 746dico board. And now I am connecting the externa...

YJMoon by Associate III
  • 2189 Views
  • 6 replies
  • 0 kudos