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

Touch GFX drawing a pixel.

HiWe are in the need to dynamically graph a moving point based on an analog input.We have a solution when using a regular display driver like RA8875, however our desire is to use Touch GFX as the solution includes more than 1 simple screen.Is there s...

Resolved! TouchGFX Code generating and Simulator error

Dear Mr MartinIn touchGFX I can generate the code but I can´t simulate with this error:Compiling generated/gui_generated/src/screen_screen/screenViewBase.cppgui/src/model/Model.cpp:4:10: fatal error: stm32f4XX_hal.h: No such file or directory#include...

Resolved! Communication from screen to backend

Hi,I'm trying to send an event when a button is clicked.I have added an interaction in Touchgfx designer to call a virtual function when the button is clicked.In Screen1view.cpp I'm overwriting the virtual functionvoid SendDataOnButtonClicked(){prese...

KNara.2 by Associate III
  • 1615 Views
  • 2 replies
  • 2 kudos

Resolved! TouchGFX Project using the H757i-EVAL Board

Hi, I decided to learn how to create GUIs using TouchGFX and upon creating a project on TouchGFX, 2 questions popped up on my mind:1 - There's no template for the H757i-Eval Board; what would be the right procedure? Is there still some sort of templa...

nnoK by Associate
  • 1142 Views
  • 3 replies
  • 0 kudos

Weird behavior when adding a new section to QSPI

Hello,I have a problem adding a new section to QSPI with the graphics stored on it.I want to store some error-text tables in a new section of the QSPI flash.For that i shrinked the 64MB QSPI and added a new section in the linker script. QUADSPI (r) ...

Problem with TouchGFX and stm32f746g-disco

Cordial greetings dear community.About a month ago I purchased a development pair stm32f746g-disco /mb1191c/dk32f746g$cu2 for a project in a development lab. I recommended this product because I have this same motherboard, but reference stm32f746g-di...

Ima1.jpeg Ima2.jpeg

TouchGFX shows flicker on content update

Hiwe had made a custom STM32 board and we had some issues setting up TouchGFX. Display parallel interface with 800 x 480 pixels Model - > AT070TN94MCU: STM32H7B0VBT6External Flash QuadSpi W25Q128JVI use external Flash Boot LoaderLDTC Clock 32MHzThe i...