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

Hi all, I am interfacing STM32U575 with ST7032i LCD in i2c mode.how can I read the busy flag of LCD or how to verify that the LCD is ready to accept next instruction or data..

I am not asking about the i2c Bus busy / idle , need to verify if the LCD is busy or not ...the Busy flag bit D7 is used as the SDA in i2c mode so noway to directly read it ....solutions would be appreciated Thank you

rias by Associate II
  • 786 Views
  • 2 replies
  • 0 kudos

Touchgfx button press and hold issue

I have a custom board with STM32F429BIT6 connected to a 4.3inch LCD through LTDC interface. Touch panel controller is XPT2046 connected to microcontroller on SPI1. Everything works well. Except that I cannot press and hold any button. The button rele...

SS.40 by Associate
  • 791 Views
  • 2 replies
  • 0 kudos

Resolved! Why is my STM32h747i-DISCO board display shows horizontal lines / noisy image after approx. 10 sec of usage? is it a hardware issue?

I recently bought a STM32h747i-DISCO board from DIGIKEY. After uploading a standard demo program from touch GFX the display was working fine for approximately 10 seconds, then it shows distorted or horizontal lines and it gets worse after some time. ...

SKuma.49 by Associate II
  • 2122 Views
  • 6 replies
  • 0 kudos

Resolved! TouchGFX Support Needed: Adding more than 6 elements to a scroll list causes code to hang at void_exit(init status).

Hi ST Community, Thank you so much in advance for your timely support.I am developing a Touch GFX GUI on the STM32H7B3I-DK Discovery Board. Code was generated by Touch GFX itself with Cube MX with modifications done by me on STM32 Cube IDE. Free RTOS...

Resolved! HAL_UART_Transmit_DMA with unwanted behaviour

I am working with the STM32H745XIH6 disco board to use HAL_UART_Transmit_DMA and send 3 different strings. But what I receive on the terminal are corrupted data. At least on the 1st send of every string, the string are not shown correctly.Let's say t...