STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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
  • 776 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
  • 614 Views
  • 3 replies
  • 0 kudos

Resolved! How to generate full font files?

I need to generate font binaries for all characters, because the device accepts external inputs which is unknown at compile time and can use any characters, including chinese and japanese.TouchGFX seems to generate font files only for characters that...

Tuoman by Senior II
  • 529 Views
  • 1 replies
  • 0 kudos

Resolved! How can i save data when power off in TouchGFX

I have build application using TouchGFX and STM32F746 based on kit STM32F746G from ST.Because in my screen, i have some data setting when screen startup, so i want to these data don't lost when power off, it look like i can save data in eeprom of ST...

HAnh by Associate III
  • 594 Views
  • 2 replies
  • 0 kudos