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 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! How to unresister Click and Drag Event manually

Hi,​I'm trying to change screen with button on a screen and hardware button.But, I don't want to add another screen because some parameter is shared,So, I use pointers for some widgets and generate/delete the widgets at runtime.However, when I press ...

SYama.11 by Associate II
  • 1431 Views
  • 7 replies
  • 0 kudos

touchgfx : binary contains debug infos

Hello,When building my project using touchgfx, I generate a specific binary file for some images. So for the testing purpose I create a section with only one image of one black pixel. So basically this image in binary format should be around 2 bytes ...

SBACO by Associate III
  • 2146 Views
  • 13 replies
  • 0 kudos

External Flash Download Fails most of the times

Hi,I am working on STM32L4R9_Discovery board. I have created a blank TouchGFX project and i have added around 20 images to the project so that image data will be written to the external flash. And after compilation, size of the target.hex file is sh...

Bala1 by Associate II
  • 791 Views
  • 3 replies
  • 0 kudos

Resolved! How to write a monospace (fixed-width) string to LCD?

Hello, I want to write time on LCD in format 00:00:00 (hh:mm:ss). I use simple text area object and font I use is Proxima Nova Semibold. But the problem is that text is moving around because each char have different width. I would like to each char s...

EPois.1 by Associate
  • 1012 Views
  • 3 replies
  • 0 kudos

Trying to generate keil project from Touch GFX

Hello.I am building a GUI for STM32f769 discovery baord on touch GFX . But every time when I generate the code, only EWARM and a Cube Mx project is being generated. At the other hand, On touch GFX website, It is mentioned that It can generate the c...

Kylo Ren by Associate II
  • 658 Views
  • 2 replies
  • 0 kudos

TouchGFX in custom board configuration without CubeMx

I'm using Keil directly to STM32H7 with CMSIS core and Device startup only (without HAL). The inits & peripheral usage has implemented directly to registers.Is there any way (documentation/API?) connect to TouchGFX, when functionality is implemented ...

Kura by Associate II
  • 846 Views
  • 1 replies
  • 0 kudos

is there any video tutorial for F469 discovery board ?

I see that there is integration with Cube IDE and Touch GFX. But I need to figure out how to set it up. I see a lot of demos showing the fancy graphic but it is usless if nobody shows how to actually write the code. I see a lot of people get discour...

MNapi by Senior III
  • 4332 Views
  • 27 replies
  • 0 kudos