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

Changing widgets on runtime

HiI am using TouchGFX with IAR on STM32F746NG discovery.I have a code that tries to change text or button color , from Model.cpp (tick) -> Presentor.cpp -> View.cpp , the function in view.cpp calls xxxText.changeColor and nothing happens. Important...

ASega by Associate II
  • 722 Views
  • 2 replies
  • 0 kudos

Resolved! drawing a filled graph, with multiple colours

I need to display a filled graph, where some portions of the graph needs to be displayed in different colour than the basic colour of the graph. The graph is displayed using a canvas widget, created in touchgfx 4.10.0. In the drawCanvasWidget functi...

MUzhu by Associate II
  • 1361 Views
  • 5 replies
  • 0 kudos

Two Displays on one uController, best solution?

Does TouchGFX support two displays? Like two instances? We have two small 128x64 OLEDs in a project connected to two different SPIs.If not, define it as one 256x64 then let the output driver take care of servicing the two displays?Any advice on how t...