STM32 MCUs TouchGFX and GUI

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

Resolved! play Video using STM32WB5MMG with Touchgfx?

hello everyone ,i have successfully using MX+TouchGFX+IDE with my custom PCB board,and i want to add a video into my project,but i can't find "LIBJPEG" in "Middleware and Software Packs" or "JPEG" in "Multimedia",like this website:https://support.tou...

yukang_0-1703044732711.png yukang_0-1703048569690.png
yukang by Associate II
  • 1235 Views
  • 3 replies
  • 0 kudos

Dynamic Graph background color

Hello, This seems like a basic question but I can't seem to find an answer anywhere: I'd like to change the background color of the dynamic graph from white to some other color (black ideally). This would be the entire background color I'm after, not...

RichH81 by Associate II
  • 949 Views
  • 2 replies
  • 1 kudos

TouchGFX ButtonController Location

I'm creating a TouchGFX project on custom hardware and I'm a little confused about where to set the button controller for physical buttons.  As far as I can tell from the documentation, the custom button controller needs to be initialized in TouchGFX...

cvanbeek by Associate III
  • 1167 Views
  • 2 replies
  • 0 kudos

Adding new CustomContainer to ScrollWheel

Hello,I need help how to add new customcontainer to scrollwheel dynamically.First I created customcontainer named MenuElement, add TextArea named textItem and Button named buttonRemove to it.Second I add to screen (menuScreen) scrollwheel element wit...

Screenshot_2.png