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

LTDC and STemWIn GUI

Hi, I am currently working with the STM32H7XIH microcontroller and an LCD TFT Type. I have successfully configured the LTDC and displayed a static image on the LCD. Now, I am attempting to integrate the STemWin GUI library into the project. The proje...

JKhal.1 by Associate II
  • 256 Views
  • 1 replies
  • 0 kudos

Resolved! TextArea "center" alignment

I have a TextArea that spans the full width of my screen:I've selected "center" alignment:However, when I dynamically set the text at runtime,  Unicode::fromUTF8(merchant_name_data, merchant_nameBuffer, MERCHANT_NAME_SIZE); merchant_name.resiz...

farble1670_0-1722891459578.png farble1670_1-1722891484815.png farble1670_2-1722891671953.png

Text Area and alignment

Hi,I am struggling with text alignment. I hoped that I could center aligning a text in a text area vertically. But it seems har to do.I have had som fun in TouchGFX Designer aligning some texts.It is the same text in all fields, and the text areas fi...

0690X000009YNN7QAO.png 0690X000009YNRxQAO.png
kvl by Associate II
  • 2263 Views
  • 5 replies
  • 1 kudos

Touchgfx circular progress bar.

I'm using the stm32h750-dk development board and  TouchGFX 4.21.4 and STM32CubeIDE. I want to design a circular progress bar with a color gradient. I attached the required circular progress bar as an image. so I want to control the circular progress ...

image (25).png

low power mode using touchGFX

Hi,I am using STM32F469I-DISCO with touchGFX on it, and I would like to reduce power consumption. I managed to set the brightness of LCD to lowest when no user activity for more than 30sec.I am resetting brightness as soon as the user touch the scree...