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

Calibri font problem

Hello, I use STM32F746 and 800x480 TFT display and I use Calibri fonts but some calibri fonts cannot be shown correctly. I tried all texts with BPP8, BPP4, BPP1, but nothing is changed. How can I solve this?

Epamuk by Associate III
  • 714 Views
  • 5 replies
  • 0 kudos

TouchGFX calls HAL_Delay in ISR

Hi,In TouchGFXHAL.cpp, HAL_DSI_EndOfRefreshCallback() contains HAL_Delay(). Meantime it is called from HAL_DSI_IRQHandler(). Can it be avoided?The code is generated with TouchGFX Designer 4.22.0 for STM32H747I-DISCO.The generated file is attached.

ERROR by Associate II
  • 656 Views
  • 3 replies
  • 0 kudos

snprintf on wildcard only once

Hi friends, I have this problem:static uint16_t txt[10];Unicode::snprintfFloat(txt,6U,"%0.2f",functionGetFloat());Unicode::snprintf( TextIndicatorBuffer,TEXTINDICATOR_SIZE,"%s %s",TypedText(T_STATEPRODUCTMANAGERWC5).getText(),txt);TextIndicator.setWi...

Resolved! HAL_DSI_Read() - how to use it??

For a test I try to read current LCD brightness - 0x5E register using STM32F769-DISCO board with MB1166 OTM8009A LCD.DSI has been properly configured for the command mode - writing works OK. I know because display gets properly initialized.I looked e...

TDJ by Senior III
  • 838 Views
  • 4 replies
  • 1 kudos

Error Touchgfx by stm32h723

Hello, I have created a project to launch Touch GFX by stm32h723 , which I have put the download link below. Unfortunately, according to the photo I posted, it is displayed incorrectly on the LCD when it is launched, while I have separately tested th...

mbagh.1 by Senior
  • 1300 Views
  • 3 replies
  • 1 kudos