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

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
  • 1462 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
  • 2276 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
  • 656 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
  • 523 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...