STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1101 Views
  • 0 replies
  • 2 kudos

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

how to use LCD Display with STM32 MCU?

I am using STM32F1 series MCU for my Formula Student Electric Vehicle. To display various data of the car on dashboard we require a LCD Display. All sensors are communicating through CAN protocols.I want to ask do LCD screen should support CAN interf...

Sjain.1 by Associate
  • 431 Views
  • 2 replies
  • 0 kudos

Bitmap L8_RGB8888 format

I need to know data format used by L8_RGB8888 image. I have found this article:https://support.touchgfx.com/docs/development/ui-development/scenarios/using-the-l8-image-format-to-reduce-memory-consumption/but this is absolutely useless for me, it doe...

OSter.1 by Associate II
  • 581 Views
  • 4 replies
  • 0 kudos

Simulate hardware for simulator

Hi there,regarding events from external hardware there is a lot of good documentation. What i did not find is how to solve the problem of simulating the hardware for the simulator. I.e. imagine this scenario: the GUI is designed by an external compan...

Resolved! TouchGFX: Move text with slider knob position

Hi to everyone, First: thanks to ST and TouchGFX team for this great graphics tool/designer - it is really awesome with all the possible widgets and interaction.I'm new to TGFX and have also near zero experience with Cpp but I was able to build a nic...

H S by Associate III
  • 626 Views
  • 3 replies
  • 0 kudos

Simulator exits prematurely

Hello, if I create a partial project from CubeMX, open it in TouchGFX designer, add a button and run the simulator, nothing happens. The simulator executable is built correctly, but it exits immediately with no errors reported.