STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! F746 custom board

Hello,I made a custom f746 board like it is done on the discovery board. I have only implemented SDRAM and QuadSPIFlash. I can program the mcu without any problems. The display flickers heavily  https://youtube.com/shorts/pYuCkyMqsgM?si=iGS41lJvxs_Cg...

MReus.2 by Associate II
  • 750 Views
  • 3 replies
  • 0 kudos

Resolved! Medical devices with touchgfx?

Hello,I really like the touchGFX framework. I am working in the startup company and we are developing the in-vitro medical device. One of our feature is LCD screen and I would like to build awesome and modern GUI for that purpose (gui's in medical lo...

aroni525 by Associate II
  • 1209 Views
  • 7 replies
  • 0 kudos

X-CUBE-TOUCHGFX 4.23.0 is out!

TouchGFX 4.23.0 is now out. Please follow this link to download it.Release details: Release date: December 5th, 2023 New TouchGFX Designer Features: Added ability to define typography as vector rendered font.Added possibility to use the IntFlash op...

Resolved! How to send messages to Touchgfx simulator app?

I need to simulate some external data while running simulator. For example, our device reads temperatures and I need some way to pass those temperatures (simulate) to simulator. Is there any way that is ready for this? Or I must write WinAPI code for...

KMili by Associate III
  • 954 Views
  • 4 replies
  • 0 kudos

STM32U5F9 vs. STM32U5G9 for NeochromVG review

Hello. Interested to review the vector graphics support on the new STM32U5 series. Found on Mouser / DK website that there is a DK1 with LCD and the STM32U5G9 processor. Unable to locate a proper datasheet on these new devices. These kits are not yet...

Mon2 by Senior III
  • 1347 Views
  • 5 replies
  • 0 kudos

TouchGFX Screen Lockup / Freezing

I have encountered an issue on a project with the STM32H743 using FreeRTOS and TouchGFX v4.20.0.  Occasionally the screen will freeze up and is not resposive to touch activity.  I TouchGFX part seems to be frozen as we can view structure variables at...

PFlor.2 by Senior
  • 637 Views
  • 1 replies
  • 0 kudos

Resolved! Generate code from command-line

In my project I use TouchGFX for an STM32 microcontroller.After visually changing the view, I need to generate the updated viewBase classes in the TouchGFX Designer.Now I want to automate this process on my build-server. I am able to generate the fil...

EmbDev by Senior
  • 1540 Views
  • 5 replies
  • 5 kudos

Multiple problems with autogenerated code

Dear ST, please help me resolve these issues. Here are the details:1. I create an app in GFX with some widgets that use images. The board is https://riverdi.com/product/7-inch-lcd-display-stm32h7-rvt70hssnwn00/I program it from GFX and everything loo...