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

STM32CubeIDE

I installed CubeIDE 1.2.0. There is no GRAPHICS graphics in Midleware. Why? In version 1.1.0 it was.

AD�?b by Senior
  • 629 Views
  • 4 replies
  • 0 kudos

When I generate code I get a popup that says "- These IPs still have some not configured or wrong parameter values:[GFXSIMULATOR] Do you still want to generate the code ? Yes/No

I check yes and everything appears to work. What is the GFXSIMULATOR mode and can I deselect it in the Pinout & Configuration tab?I see the generated code in main.c calls a generated init function, but it is empty except for comments delineating user...

Ron Koch by Associate II
  • 600 Views
  • 2 replies
  • 0 kudos

Why are ModelListener::model and Model::modelListener data members declared protected rather than private?

I notice that both ModelListener::model and Model::modelListener data members are declared protected rather than private.This would indicate the provision for inheriting from ModelListener and/or Model.Under what circumstances might one want to do th...

AndrewM by Associate III
  • 423 Views
  • 1 replies
  • 0 kudos

TextureMapper - SetupAnimation - endvalue BUG

If I create add a texture mapper and want to rotate around Z, I use :textureMapperImage.setupAnimation(AnimationTextureMapper::Z_ROTATION, 32.767, 200, 20, EasingEquations::linearEaseNone);Base on this :https://www.touchgfx.com/documentation/html/cla...

COSEBE by Senior
  • 377 Views
  • 1 replies
  • 0 kudos

Swipe Container with Scrollable Container

-In screen main I added Swipe Container with two pages(page1, page2)-And In page 2 added Scrollable Container with list layout (8 list element)when I test with controller -I tried from page 2 scroll list and swipe to return back page 1 then freeze co...