STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1033 Views
  • 0 replies
  • 2 kudos

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

Changing from LCD16bpp to LCD8bpp

Hello, I am facing an issue where the rendered frame buffer is printed on the display as gibberish pixels.I'm using the Nucleo F746ZG and interfacing it (over SPI) with an external display controller that writes to a 240*320 display. I was not able t...

bornamm_0-1716256740120.png bornamm_1-1716257064226.png
bornamm by Associate II
  • 589 Views
  • 8 replies
  • 1 kudos

Resolved! TouchGFX textArea config abnormal

Hi all,When I config the textArea initial value, the character order I config is different with the display order.After some test, I find this is because of the character "-".I already meet this multi-times, is this a bug?Thanks

Junde_1-1715331930788.png
Junde by Senior II
  • 288 Views
  • 3 replies
  • 0 kudos

Resolved! Error compile simulator

Hello ST community,i hope you can help me with this errorI am developping touchgfx application and i nedd to display water volume in the screen, so i made some changes in my code and i compile with stm32ide i build it , the console show no error when...

Resolved! Missing Matrix3x3 source file in the project

Hello, I am working on a TouchGFX (4.23.2 release) project with the Nucleo-F746ZG. I was able set up my registers in cube mx and use the designer to generate for for screens and custom widgets. However, I get a when any of the Matrix3x3 methods are c...

bornamm_0-1715395413193.png
bornamm by Associate II
  • 414 Views
  • 3 replies
  • 1 kudos

Resolved! FlexButton.getText()

Hello i have this condition:, if (oOK == true) {flexButton.setText(TypedText(T_ENTER));} else {flexButton.setText(TypedText(T_CLOSE));}flexButton.invalidateContent(); Exist reverse function, or how i can read fLexButton text value?like: Char fbString...

Schamann by Associate II
  • 262 Views
  • 2 replies
  • 0 kudos

NUCLEO-H563ZI + GFX02Z1 + ThreadX

I'm a novice getting re-acquainted with embedded, and acquainted with STMicro productsI'd like to use the NUCLEO-H563ZI + GFX02Z1 with ThreadX instead of FreeRTOS.  I perform these steps:In TouchGFX Designer I create a new project with the included N...

DJ001 by Associate II
  • 260 Views
  • 2 replies
  • 0 kudos