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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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! Basic questions on getting started with STM32F7

Hello I am looking into the STM32F7 series of microcontrollers and I am trying to find out as much information as possible before actually buying onePlease excuse my beginner level questions and I hope the community can help me make a proper decision...

mahaju by Associate
  • 2452 Views
  • 2 replies
  • 0 kudos

Update from 4.16.0 to 4.17.0 not possible

Hello I tried to open an 4.16.0 application in the new TouchGfx version 4.17.0. I'm getting the error "This project is corrupt or cannot be found".What can I do to migrate the project to version 4.17.0?Thanks/Marco

Marco.R by Senior
  • 5152 Views
  • 7 replies
  • 0 kudos

Resolved! The path in the documentation might be wrong

Hello, I am practicing with the getting started documentation and on this page: https://support.touchgfx.com/docs/development/ui-development/software-architecture/code-structureit says to Navigate to the user code header file MyScreenView.hpp  and ov...

Zu by Associate II
  • 1183 Views
  • 1 replies
  • 0 kudos

Resolved! IntelliSense MSVC suddenly now working

I am using TouchGFX 4.17.0 and usually I open both the TouchGFX Designer and the MSVC .sln simulator project. In the beginning the IntelliSense worked. But after a while after doing some editing work on the TouchGFX Designer, the Inteli Sense not wor...

0693W00000Bd0t8QAB.png
BParh.1 by Senior III
  • 1091 Views
  • 1 replies
  • 0 kudos

Resolved! get decimal value from wildcard textbox

Hi everyone,I have a textarea wilcard which display a decimal valueI'd like to convert this value into a decimal var.double tmpVal = atof((const char*)wildcardText.getWildcard()) isn't getting the decimal numberthanks !

Resolved! Sync data between screens

I have 2 screens. The first screen has a button and a text area. The second has a scroll wheel and a button.What I want: 1) Click on button on screen 1, and go to screen 2 (got this working) 2) Scroll to a number on the scroll wheel on screen 2, h...

jeff belz by Associate II
  • 1927 Views
  • 3 replies
  • 0 kudos