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! TouchGFX Circle progress very limited configurability

Using TouchGFX Designer 4.22.0Why it is not possible to make a circle progress much like a car dashboard would have. Zero is at about 7 o'clock and full is at 4 o'clock.The circle progress always starts at 12:00. No mater what parameters I enter.Is t...

tarmogr by Associate III
  • 2791 Views
  • 6 replies
  • 1 kudos

Replacing QT with touchgfx

Is there a simple way to use QT for stm32 applications instead of touchgfx?Or this is not done yet? I would be talking of stm32h743xx with freertos as the environment.@Romain DIELEMAN 

rohan_m by Senior
  • 888 Views
  • 1 replies
  • 1 kudos

TouchGFX 4.21.3 crashes with ERROR TouchGFXDesigner.App: Object reference not set to an instance of an object

Hi, hoping someone can help with the following issue I'm experiencing. I understand that my setup might fall outside of the supported enviroment but I thought about posting the question anyway.I'm running TouchGFX 4.21.3 on a VM with Windows 11 ARM i...

_legacyfs_online_stmicro_images_0693W00000bhtciQAA.png _legacyfs_online_stmicro_images_0693W00000bhtdCQAQ.png
MCerv.2 by Associate II
  • 1921 Views
  • 5 replies
  • 0 kudos

Resolved! Convert UnicodeChar to const char

Hello everyone,I would be mentioned this topic here which is the same.I am using KeyboardWidget of TouchGFX in my project and need to print the value from keyboard.getBuffer() into a const char to draw it again in QRCode.I have tried all the ways but...

mids400 by Associate III
  • 1516 Views
  • 2 replies
  • 3 kudos

Resolved! STM32F746G-Disco Board // TouchGFX // DAC Issue

I have created a simple TouchGFX GUI on my STM32F746G-Disco Board. Everything works well. In my project I need a DAC . So I switched on DAC1 in CubeMX. But when I do so and flashing the code to the Board the screen do not show the genereated UI anymo...

UWall.2 by Associate
  • 1590 Views
  • 3 replies
  • 0 kudos

Resolved! DMA2D signals transfer completion too soon?

I used STM32CubeIDE to create the LCD_DSI_CmdMode_DoubleBuffer for the STM32F769I-DISCOVERY board. It works fine, but I made some modifications to just draw a rectangle:    if 1 BSP_LCD_SetTextColor(LCD_COLOR_RED); BSP_LCD_FillRect(0, 0, 800, 240...

20230815_080956.jpg
_Nick by Associate
  • 1122 Views
  • 1 replies
  • 1 kudos