STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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! Change Screen cover animation time

hello,In my program I have some screens and I switch between screens by programaticily. If a button pressed below code switches screenvoid Screen1_View::changeScreenToScreen2(){ static_cast<FrontendApplication*>(Application::getInstance())->gotoScr...

Epamuk by Associate III
  • 848 Views
  • 6 replies
  • 0 kudos

Display for STM32H743i-EVAL

We developed a project based on this evaluation board and now we are in the final steps of making a product out of it.We need a similar TFT display to the one in the evaluation board (with similar Touch IC) but the problem is that we cannot find one....

SSagi by Associate II
  • 692 Views
  • 3 replies
  • 0 kudos

Resolved! errors in tutorial 4

here i am again , having trouble.. I'm part way though tutorial 4 ( Tutorial 4: Creating a Scroll Wheel with Custom Behavior | TouchGFX Documentation) . it gives 2 pieces of code to put in and then says when u run the simulator you'll get this image ...