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

Help with using a custom font in STemWin.

Hi all. I am currently working on a project using my STM3220G board with a 3.2 " TFT and STemWin. I have made a custom font with only the hebrew alphabet in the font. The font .c file is below: /*******************************************************...

defacato by Associate II
  • 845 Views
  • 0 replies
  • 0 kudos

STM32H747I DISCO Run Target Errior

Hello, Now I'm using stm32h747I DISCO to display something.but when I push Run target button, following Error has occured.I'll waiting your help.---------------------------------------------------------------------------------------------------------...

Resolved! Decimal point vs. decimal comma in TouchGFX

I have a very simple question and I hope there is some simple answer.After creating translations in TouchGFX, we noticed that numbers can be display either using decimal points ($12,333,444.00) or using decimal commas (12.333.444,00€).When I change t...

VSimu.1 by Associate III
  • 884 Views
  • 3 replies
  • 0 kudos

Resolved! How to show a text from a file (FatFs)?

I would like to show a text from a .txt file (FatFs).The .txt file contains a log of the HMI, so it gets every time bigger.Is there any solution to show any dynamic text?I can do it with a wild card and set the buffer size very high. But someday the ...

Resolved! STM32CubeIDE and TouchGFX integration queries.

Ok, so I'm finding my way through STM32CubeIDE, MX and TouchGFX. I've read a lot, whatched videos and read tutorials. Cutting to the chase, I'm using a 747HDisc0 board, STM32CubeIDE v1.4.0 and TouchGFX 4.14.4. I'm obviously trying to use them togethe...

NTipp.1 by Associate III
  • 1679 Views
  • 9 replies
  • 0 kudos

Resolved! Is it not possible to have a scroll list (vertical) with a scrollable container (horizontal only) within the item template?

I would like to achieve scrolling to the left on an item in the scroll list will reveal a set of buttons that can perform some operations on the item. As you can see on iOS.The scrollable container dosen't seem to receive horizontal scroll.Is there a...

TDahl by Associate II
  • 800 Views
  • 2 replies
  • 0 kudos

How to configurate my custom project with TouchGFX engine and design for STM32F4 (I am use RTOS) with LCD controller SSD1963 over 8080 interface (i am not use DMA)?

My config:I am use FSMC for communication over intel 8080 without DMA with SSD1963 LCD driver;My custom display 100x100 pixels;I am not use touch;I am use internal framebufferI am configure my project with as: https://support.touchgfx.com/docs/devel...

EHay.1 by Associate III
  • 1406 Views
  • 7 replies
  • 0 kudos