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

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
  • 5044 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
  • 1899 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...