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

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
  • 686 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
  • 3745 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...

Running TouchGFX on STM32F2 series MCU

Hi,I need al little help running TouchGFX to a STM32F207VG MCU. We already have a custom board featuring this MCU and a touchscreen with an ILI9341 driver IC. The screen communication is done using the FSMC on the MCU. I've got code working to write ...

JBoec.1 by Associate II
  • 3488 Views
  • 12 replies
  • 0 kudos