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! Drive LCD with LTDC interface and FMC

Hello, I have a stm32f769 discovery board and I run LCD_PicturesFromSDCard example from STM32Cube_FW_F7_V1.15.0.There is function for drawPixel that save RGB_code to hltdc.LayerCfg[ActiveLayer].FBStartAdress. I understand pixel color is saved to SDRA...

ADusi by Associate II
  • 1210 Views
  • 3 replies
  • 0 kudos

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
  • 681 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
  • 643 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
  • 461 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
  • 435 Views
  • 1 replies
  • 0 kudos