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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

What could cause this compile error: " The calling thread cannot access this object because a different thread owns it?"

Hi,I have tried to generate a new project via the templates in TouchGFX for STM32F429-discovery. I have also tried to create a create a project via STM32CubeMX 5.5.0 for the same board and followed the guide https://touchgfx.zendesk.com/hc/en-us/arti...

0690X00000Bxw3jQAB.png 0690X00000Bxw3yQAB.png
RKros.1 by Associate II
  • 2153 Views
  • 9 replies
  • 0 kudos

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
  • 1302 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
  • 1058 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
  • 1518 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...