STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

Problema visualizzazione immagini

Vorrei sottoporre un problema che sto riscontrando su una scheda personalizzata basata su STM32H745BIT6 che utilizza l'interfaccia RGB565 e un display di grandi dimensioni (1024x768).Quando carico il progetto (modalità DEBUG) da STM32CubeIDE(1.12.1) ...

robichi by Associate
  • 637 Views
  • 3 replies
  • 0 kudos

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
  • 614 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
  • 807 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
  • 2010 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
  • 397 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
  • 606 Views
  • 1 replies
  • 0 kudos