STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Weird horizontal artifacts in touchGFX buttons

Hi Folks and Happy New Year!I've been trying to track down a problem I'm having with my project for several months now. Essentially I'm getting these red-ish lines through portions of my buttons, but only when (I presume) they are drawn or redrawn - ...

IMG_7199.JPEG BWKidd_0-1735835937379.png
BWKidd by Associate III
  • 18 Views
  • 0 replies
  • 0 kudos

TouchGFX demos pt 2

Continuing saga of attempting to run a TouchGFX demo on a NUCLEO-G071RB with X-NUCLEO-GFX01M2($AZ2).I connected the NUCLEO board, selected it in TouchGFXDesigner, then selected the relevant demo.Having installed the latest TouchGFXDesigner (4.24.2), ...

TJack.2 by Associate III
  • 96 Views
  • 1 replies
  • 0 kudos

How can I draw bitmap?

Hi there. I have an image that I want to draw in a certain location and in as many as I need. I found the function HAL::lcd().drawPartialBitmap. I tried to call it from the view class in my function, like HAL::lcd().drawPartialBitmap(myBitmapId, poin...

Resolved! TextArea widget display failure

Using TOUCHGFX Rev 4.24.2And following https://support.touchgfx.com/academy/tutorials/tutorial-02TextArea widget fail to show valid value. void MainView::buttonUpClicked(){    touchgfx_printf("buttonUpClicked\n");    counter++;    Unicode::snprintf(t...

Daniel_Marosi_0-1735515621468.png

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
  • 51 Views
  • 1 replies
  • 0 kudos

If STM QVGA display support touch keyboard

Hello sir,                           For my project using the STM32F429I-DISC1 board, I need to implement English, Spanish, and German keyboard layouts. Are these layouts pre-configured, or do I need to customize them? If customization is needed, wha...

balaji_s by Associate II
  • 102 Views
  • 1 replies
  • 0 kudos