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

Memory Access with LTDC Layer

Does LTDC access memory outside the scope of each layer?​Example Screen: 800x600 Layer 1: (100,100)-(699,499)​ Memory access : (100,100)-(699,499) or (0,0)-(799,599) ?​I want to reduce the memory access of SDRAM as much as possible.​Best Regards

TouchGFX Tutorial 3 Problems

Good morningI'm a newbie in TouchGFX and C++.I'm developing the TouchGFX tutorial 3 and I'm in the step 2. When I run simulator, the Designer output return some errors.       In file included from gui/src/model/Model.cpp:1:0:       gui/include/gui/mo...

Alberto1 by Associate III
  • 955 Views
  • 2 replies
  • 0 kudos

Error when running simulator

HI I get this error when I tride to run the simulator. "Please change your regional settings in the control panel to English and restart Designer."Can anyone help me with a hint? 

0693W000000UNZnQAO.png
SPand.1 by Associate
  • 529 Views
  • 2 replies
  • 0 kudos

Resolved! I deleted a widget (progress bar) now I get a compiler error - seems the old widgets are still attempting to be initialized.

So total rookie here. I thought that if I delete a widget and generate code any code related to the deleted widget would also be removed. But in the .cpp file of the screen where the widget used to be, I'm seeing methods called on the object that doe...

0693W000003Rl7eQAC.png 0693W000003Rl7jQAC.png
Monika by Associate II
  • 736 Views
  • 3 replies
  • 0 kudos