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

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 Lead
  • 1639 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
  • 1891 Views
  • 3 replies
  • 1 kudos

Resolved! Result with unit display

Hi,I'm in the process of implementing a result screen which displays the result along with unit.Since the digits are not the same I see a spacing issue between result and result unit.Example : 11 cm , 22cmand 99 cmI cannot have a fixed x and y co ord...

KNara.2 by Associate III
  • 707 Views
  • 1 replies
  • 1 kudos

Resolved! Unicode::UnicodeChar strncpy

Hello. I'm trying to pass wildcard buffer to model.hpp and convert Unicode::UnicodeChar to char and I'm using strncpy.  But it copies only one character.. Where is problem here? Also if I copy Unicode::UnicodeChar to Unicode::UnicodeChar buffer it wo...

heyo_0-1689922095407.png
heyo by Senior
  • 1004 Views
  • 1 replies
  • 1 kudos

STM32F769 jpeg header decoder Problem

hiI am practicing jpeg hardware decoding with stm32f769 disco board. During practice, some images were displayed normally, but some images could not be displayed at all.  I tested with this :STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I-Discovery\Examp...

jpegh.png