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 with external nor flash using fmc

Hello Everyone,I have 24 bit Display having 800 x 480 resolution.Also,I have fmc interface having stm32h753bit6 microcontroller with nor flash mt28ew128aba1lpc of 16MB and external sdram of 8MB .External SDRAM is working fine with touchgfx as double ...

Resolved! toggle button to send a data frame to a car display via the FDCAN bus using STM32 microcontrollers

I'm new to TouchGFX and I'm trying to use a toggle button to send a data frame to a car display via the FDCAN bus using STM32 microcontrollers. I'm not sure if it's possible to achieve this functionality with TouchGFX and STM32, and if it is, I'm uns...

sana1 by Associate III
  • 2965 Views
  • 6 replies
  • 2 kudos

touchgfx custom spi single and double buffer

I'm working with a Nucleo L476 board, I have a 128x160 SPI TFT display connected. I have no issues with the display and the bare metal code I wrote but wanted to learn touchgfx. No issue with the partial buffer implementation but I'm stuck at single ...

actc by Associate
  • 2585 Views
  • 2 replies
  • 0 kudos

Resolved! control an LED with a toggle button on TouchGFX

I'm new to TouchGFX and I'm attempting to control an LED with a toggle button on TouchGFX. I've written some code for it, but I'm encountering two errors that I'm having trouble understanding. Could you provide any advice or assistance on how to reso...

sana1 by Associate III
  • 4649 Views
  • 7 replies
  • 0 kudos

Resolved! TouchGFX performance issues

 Hello,I use the STM32H747 running at 400 MHz (M7) together with a display that has a resolution of 800x480 pixels.I have set up a project in TouchGFX Designer based on the Gauge example project.The design includes 2 gauges. The chrome ART is enabled...