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 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! textArea.invalidate(); makes my textArea disappear

Hello there,i'm using touchgfx to show time data using touchgfx::Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%d", sec);  but when I use invalidate() function to refresh the text area, the text disappear from my screen;instead, the code  getRo...

Rust by Associate
  • 362 Views
  • 1 replies
  • 0 kudos

ST7796S SPI Display Driver

I'm wanting to connect a STM32F756 Nucleo board to a ST7796S-controlled 4" 320x480 TFT screen. Is there a good driver available for that? I can mostly find ones for ili9341.

jwade19 by Associate II
  • 2477 Views
  • 2 replies
  • 0 kudos

Resolved! TouchGFX Demos

1.I have TouchGFX Designer 4.24.2 and STM32CubeMX running on Windows 11.  I downloaded the demos and examples via the file menu, also the latest TouchGFX Generator via CubeMX.  I am targetting a NUCLE0 STM32G071 with GFX01M2($AZ2) display, so I selec...

TJack.2 by Associate III
  • 618 Views
  • 2 replies
  • 0 kudos

handleKeyEvent() - where is it called from?

Hi,I'm working with STM32L496AG Discovery's built-in joystick and trying to understand how the Designer receives input from it (I configured a Hardware Button Trigger).By looking at the code, it seems like the following method is a dead end://Handles...

CHech.1 by Associate III
  • 1805 Views
  • 5 replies
  • 0 kudos

Resolved! Changing scene in Model.cpp fails

I have a hardware trigger that needs to change a scene (think a Home button but I cannot use a hardware key event).I am trying to change the scene for days but I cannot find a working solution.The best looking solution was this: https://community.st....

starcin by Associate II
  • 1432 Views
  • 12 replies
  • 0 kudos