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

Common element on (almost) all screens

Dear communityI'm searching for a solution to have a common status bar (with a battery indicator, that is updated through the model) on all screens. I'm imagining a solution, where I can add a inheritance to the view of a screen (like in Solved: Exam...

JWill.11 by Associate II
  • 771 Views
  • 1 replies
  • 0 kudos

Resolved! Tutorial 4 error

Hi, Im new to Touchgfx and came to a problem following the tutorial 4.When I run the simulation it shows declaration error.gui/include/gui/containers/MenuElement.hpp:19:4: error: 'icon' was not declared in this scopeI tried following the hpp from sli...

ading12 by Associate
  • 1778 Views
  • 1 replies
  • 0 kudos

Resolved! Performance Issues

I am facing performance issues on several PC's I use to work with TouchGFX.Time to start simulation for an example project (dice) is several minutes. A comparison with a private owned PC shows that the same project can be simulated in 27s, so I start...

VIKA by Associate II
  • 2450 Views
  • 8 replies
  • 0 kudos

Resolved! Info about cacheable container

This is one of the big features in 4.12 according to the release notes. How is it enabled/controlled/configured?Any example code? How about just the source code for this:https://vimeo.com/365563335Secondary question: What improvements, enhancem...

TouchGFX external flash usage monitor

HiWhile we are developping the firmware for our project, we have another team working on the UI design using TouchGFX Designer. Is there a way for them to monitor the external flash memory consumption as they go along without the need for the IDE's b...

J-F by Associate
  • 472 Views
  • 0 replies
  • 0 kudos

TextArea in container move animation flickering

Hello,I made some test to realize a scrolling text, to do it I use :This information   and This template Here my container code.cpp : #include <gui/containers/Cont_Rolling_Text.hpp> Cont_Rolling_Text::Cont_Rolling_Text(): TextMoveAnimationEndedC...

nme by Associate II
  • 724 Views
  • 1 replies
  • 0 kudos

Hang using DynamicGraph

Hey all, experienced developer but new to ST ecosystem.I have a STM32H7B3I-EVAL board and made my first project using TouchGFX Designer 4.21.4.  I put on a Dynamic Graph and a few Text Areas with wildcards, and coded up some random data to try it out...

Mark999 by Associate
  • 1503 Views
  • 4 replies
  • 0 kudos