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

Resolved! DSI in video mode + TouchGFX

Hello!We are developing a custom project with touchGFX for display with DSI and without GRAM.Now we test it with f469-diso board. But we can`t customize touchGFX to DSI in video mode. We have read all topics about it, but still can`t find the solutio...

KKlyn.1 by Associate II
  • 1086 Views
  • 5 replies
  • 0 kudos

Accessing a class object from outside

I created a basic project on the TouchGFX Designer and wrote a function in my own cpp file using touchgfx library. I want that when the button is clicked ,the function is called to ScreenView.cpp or ScreenViewBase.cpp from my own cpp file and change ...

Ezgi by Senior
  • 584 Views
  • 3 replies
  • 0 kudos

Can you explain the meaning of scanline and why 533

void LCD_ReqTear(void)  {    static uint8_t ScanLineParams[2];    uint16_t scanline = 533;    ScanLineParams[0] = scanline >> 8;    ScanLineParams[1] = scanline & 0x00FF;    HAL_DSI_LongWrite(&hdsi, 0, DSI_DCS_LONG_PKT_WRITE, 2, 0x44, ScanLineParams)...

PKunK.1 by Associate III
  • 539 Views
  • 2 replies
  • 1 kudos

Resolved! Dynamic Graph Scroll Mode decrease in Performance

Hello everyone,I am quite well set up on my project using an STM32F469I-Disco and TouchGFX. Everything is working very well. However, I would like to display data using a dynamic graph. If I choose a mode different from the Scroll mode, everything is...

NKieg.1 by Associate III
  • 710 Views
  • 3 replies
  • 0 kudos

Resolved! About LCD_VLCD1 of STM32L073

In the data sheet and reference manual of STM32L073, LCD_VLCD1 is 42pin and LCD_VLCD2 is 37pin, but in STM32CubeMX, the instructions are reversed.Also, at 1/3 bias, the reference manual is supposed to use LCD_VLCD1 and LCD_VLCD2, but STM32CubeMX will...

HMura.6 by Associate II
  • 1279 Views
  • 6 replies
  • 1 kudos