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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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! Images and fonts dump from elf file

Hi all,we have successully used an external SPI memory to store images.We have defined an external Flash section in our linker file ExtFlashSection :{*(ExtFlashSection ExtFlashSection.*)*(.gnu.linkonce.r.*). = ALIGN(0x4);} >SPI_FLASH and then extract...

SafeDev by Associate II
  • 1622 Views
  • 4 replies
  • 0 kudos

TouchGFX integration with External Project

Hi there, I'm coming across some issues with respect to Touch GFX and my project. I'm trying to build a UI on the Touch GFX Designer software such that it can display certain temperature readings onto the Riverdi STM32H7 embedded display. I'm trying ...

Screenshot 2024-02-23 134717.png Screenshot 2024-02-23 135448.png Screenshot 2024-02-23 135601.png Screenshot 2024-02-23 142905.png

Can you use Touch GFX with make?

Hi, I've been trying for a while to put together a simple program that uses both a GUI and an ADC. Previous programs I've made have been built using a text editor and make, but now trying to get toughGFX working in a project, it seems like I need an ...

MLync.4 by Associate II
  • 5236 Views
  • 9 replies
  • 0 kudos

TouchGFX + ILI9341 16bit + FSMC

Hi,i have a simple question about the configuration in the subject:to drive the TFT can i use the "parallel RGB (FMC)"?If i must select the "Custom" interface can i use the X-CUBE-DISPLAY library for ILI9341?How this library must be interface with To...

Ivans91_0-1707779923390.png
Ivans91 by Associate
  • 2044 Views
  • 4 replies
  • 0 kudos

Resolved! Disable touch controller while running the code.

Hello everyone,I've been pondering the most effective method to disable touch functionality while running my application. It's crucial for me to do so because I'm developing an RF product that could potentially cause interference with touch inputs.Sh...