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

Build FreeRTOS error

Hi everyone,I'm using STM32cubeMX + TouchGFX on the STMF746-DISCO.And with a basic project generate by the STM32cubeMX, I have this error :"Error: expected '=', ',', ';', 'asm' ....Without FreeRTOS in a project, the error disappear !I suppose there's...

0693W000000Tu9qQAC.png
LSylv by Associate II
  • 465 Views
  • 1 replies
  • 0 kudos

Problem with downloads to STM32F746G DISCO and TouchGFX demonstration program from FW F7 V1.16.0 repository

Hello, demo project is prepared for SW4ST32. After importing I can build all files without any problem.Then trying download (by Debug option from menu) I have achived some problems - but it seems that is flasded. On DISCO there is nothing until reset...

Set widget visible doesn't work properly

Hi,I have a problem when I want to make a widget visible.This code works :myStructure test; widget.setVisible(test.state); // test.state = bool widget.invalidate();But this code doesn't work :Container widget; myStructure test;   switch (index) { ...

MMerc.1 by Senior
  • 415 Views
  • 1 replies
  • 0 kudos

Touch Calibration

Hi,Following situation:I have a 480x272 display in portrait mode.(1) In TouchGFXDesigner the 0/0 point is top left with x-axis in horizontal and y-axis vertical down.(2) The expected (by the TouchGFX Framework) touch coordinates are 0/0 top right wit...

jimmii by Senior II
  • 1197 Views
  • 5 replies
  • 0 kudos

Is it worth using a TOUCHGFX display with STM32 ?

I need to know which interface I should use. It's for a display which is going to be used in hospitals. Have used other displays with other board as ESP32 for example connected through SPI.The question is, is it worth using a TOUCHGFX with STM32 if ...

JGonz.3 by Associate II
  • 1615 Views
  • 8 replies
  • 0 kudos