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

Resolved! STM32 OSMessageQueue Hardfault error

Hello, I am using a RIverDI STM32U5A9 and I am facing a strange hardfault issue in my environment.The connection details as follows:ESP board <--UART--> STM32 <--MessageQueue---> LCD displayThe ESP board sends continuous data through UART and the STM...

RiverDi_user_0-1727941809164.png

exit in touch debug

Hi, a project runs in below trace in debug. I use external V2 ISOL debugger.But program seems to run when I download. Pl let me know if more inputs needed.

GauravK_0-1727246456290.png
GauravK by Senior
  • 1239 Views
  • 8 replies
  • 0 kudos

Hardware button control of custom keyboard

I use the MyButtonController function described in the "hardware button is clicked" tutorial to control the GUI on a 320x240 display. So far the buttons are limited to a control pad and the user button of the DISCO board (up, down, left, right, user ...

Loppi by Associate III
  • 1799 Views
  • 3 replies
  • 1 kudos

Resolved! F746G-DISC does not work with TouchGfx 4.22.1

Hello,I just bought a STM32F746G-DISCO from Mouser (STM32F746G-DISCO STMicroelectronics | Mouser).After it arrived, the LCD and touch screen were working well. However, after I downloaded the demo project (STM32F746G-DISCO Control LED from GUI v3.0.6...

hbZhao by Associate III
  • 1497 Views
  • 4 replies
  • 2 kudos

Touchgfx compatibility

hello,  I am working on a project where I need to display a Touch GFX frame buffer on an OLED display that supports only 8-bit data transfers. The Touch GFX frame buffer is in RGB565 format (16-bit), while the OLED expects 8-bit data chunks for commu...

Resolved! create a custom widget using code in stm32cubeide

Is it possible to create a custom widget in touchgfx using code, specifically in stm32cubeide? I would like to start with a blank screen and add a custom widget that I design through code. What are the steps involved in achieving this, including crea...

Ismails by Associate II
  • 587 Views
  • 1 replies
  • 0 kudos

Resolved! Working with Partial Frame Buffer memory (4.12.3)

Hi: I have some problem about t Partial Frame Buffer memsory.I declared ManyBlockAllocator<360*182,2, 2> frameBufferAllocator in the program just like in the tutorial,but displayed the error .Are there any detailed tutorials about how to use Partial ...

Jack li1 by Associate III
  • 3245 Views
  • 13 replies
  • 0 kudos