STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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! Hi, I'm using a STM32H757 MCU with a graphical display on my new board. I would like to insert on it a VNC server using TouchGFX tool; is it possible? Thanks.

I saw that with STemWIN library it was possible but is no longer supported on stm32h7 mcu and also in the ST page is reported to use toucgGFX (and stmCube) tools insted STemWIN.Hou can I add a VNC server module on TouchGFX?

Danix2k by Associate III
  • 863 Views
  • 3 replies
  • 0 kudos

Resolved! How to use TouchGFX designer with STM32CubeIDE

Problem Occurrence Process : Create STM32H747-DISCO Project with TouchGFX Designer -> rename Screen1 of TouchGFX Designer to Main -> rename project files in Windows folder window -> Build in STM32CubeIDE -> Run (error occurred)​I proceeded in the sam...

Does anyone know how this error can be solved? Error: Cannot find the specified linker script. Check the linker settings in the build configuration.

Good morning, kind colleagues. I am working on a project with the STM32F746G-DICO board in the STM32Cube IDE 1.5.1 development environment and the TouchGFX 4.16.0 graphics generator.But when compiling the project there are 3 errors.1. Error: cannot f...

JSarm.1 by Associate
  • 3516 Views
  • 5 replies
  • 0 kudos

How to change to the previous screen

Hi,I want to do something like this:1) receive button input from touchGFX2) execute operations to be processed3) switch to the previous screen or a specific screen.​​I run it as below, but the same screen appears.void bookScreenOperView::operOKFuncti...

Hwoo- by Associate II
  • 713 Views
  • 2 replies
  • 0 kudos

Popup with return value

Hi,I'd like to have a popup in my app, in which the user can press "Confirm" or "Cancel".I'm looking for a way to have my code written like this:popup_res = show_popup(); if(popup_res == true){ /* user clicked on 'confirm'. do something */ } else...

CHech.1 by Associate III
  • 780 Views
  • 3 replies
  • 0 kudos