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

Resolved! Anchor / align wildcard texts right instead of left

Hi,I want to use wildcard texts, which align text to right instead of left.I have empty text items (nothing but <value>), which have text area width set to full width of the screen. I need the text inside the text area to be "anchored" to right side,...

Tuoman by Senior II
  • 931 Views
  • 6 replies
  • 0 kudos

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
  • 830 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
  • 1173 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
  • 1244 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.