STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

Which graphics solution should I choose?

I'm looking to start a project with the STM32WB55 dual core MCU. It seems that out of the box, none of the graphics solutions with work with this MCU (TouchGFX, STemWin) easily. Which GUI generator would be best to work with for this project? My go...

DBiro.1 by Associate II
  • 647 Views
  • 2 replies
  • 0 kudos

TouchGFX and dynamic bitmap

Hello to all,I am developing an application in which I have to dynamically draw an image on the display.Looking online I found that the most adopted solution is to use dynamicBitmaps but I also saw that you can directly use the frame buffer withHAL::...

Luca G. by Associate III
  • 636 Views
  • 1 replies
  • 0 kudos

TouchGFX on STM32F413H-DISCO Board

Is TouchGFX implemented on the 32F413HDiscovery Board? And if yes, how can I implement it? Because I tried in so many ways but either I have nonsenses errors, or I don't have the right screen size, and so it won't compile and run

VDuch.11 by Associate II
  • 3529 Views
  • 11 replies
  • 0 kudos

Resolved! Adding LwIP(or other CubeMX generated Code) to a STM32CubeIDE throws Errors in TouchGFX simulator Files.

So I started a Project in CubeIDE with the standart settings and the resolving integration issues Video.All worked well. But now i enabled LwIP with standart Settings and I get the Error, that the SDL2/SDL_video.h File in the HALSDL2 Header couldn't ...

Graph widget Multiple y data on one x

I am looking for having multiple y data on one x while using dynamic graph widget for some x points. I wonder if it is possible to do so in the present graph api. x data is time shaped and y data is sensor data.I mean that sensor might have two (or m...