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

TouchGFX support on Mac

Hello. I have installed Touchgfx to Windows. Am I right that I am generating code with Touchgfx and them import that code to my project on my Mac to CubeIDE ? Or the final upload step is on Windows in the Designer ? Thank you Edit: Moved from old thr...

grisom13 by Associate II
  • 200 Views
  • 2 replies
  • 0 kudos

STM32F769I: no IT for DMA2 Stream 1

Hello, I am blocked with a personnal project using a STM32F769I-DISCO, TouchGFX and audio: DMA IT is not triggered. I have no idea why, no idea how to investigate more in the code. I will provide few things in my question, not because I don't want bu...

How to teamwork in TouchGFX Designer

Hi,        If the project is large, multiple people need to divide the work to edit the UI pages, and then merge the edited pages together for compilation and debugging.       Does the software have corresponding functions that can enable team collab...

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

Adding a new board into TouchGFX Desginer

Hi I am developing a product based STM32 Microcontrollers. To start with the I am using a Development BoardNucleo H7A3AI Board.What I plan to do is, attach a LCD TFT Display to this and develop the prototype. I plan to use TouchGFX designer to develo...

Resolved! How setup LTDC to DE MODE

Hi, My MCU is a STM32H753BIT6. This is a custom board that works fine with SYNC-MODE displays types.I have a new display only works in DE MODE. It not requires the HSYNC or VSYNC signals.Is there any way to configure LTDC peripheral and TouchGFX to w...

_legacyfs_online_stmicro_images_0693W00000bVejGQAS.png
uilter by Senior
  • 10341 Views
  • 20 replies
  • 0 kudos

Resolved! Static and dynamic graphs - Division offset

HiThe normal behavior of the division lines and labels of the graphs are that the they are placed at the integer multiples of the interval set for the widget. If the offset on the axis are zero, it will off cause be the most obvious solution.But in o...

image.png Leonhardt_0-1753259164345.png

Resolved! Dynamic Graph Scrolling clear failure

I have a dynamic graph set to scrolling. When I call graph.clear(); it will set the initial graph back to my range 0-100, but once it starts scrolling it instantly jumps to the last highest value being the start of the new range instead of continuing...