STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 711 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
  • 971 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
  • 1628 Views
  • 6 replies
  • 1 kudos

How to draw sprites using DMA2D with transparency?

Hello ,I am using STM32F429I-Discovery board I want to draw sprites on TFT-LCD with transparency on top of background image , I used black color as the transparent color for the images that I want to draw and used DMA2D at blending mode but the bla...

0693W000008wq2gQAA.jpg
IGama.1 by Associate
  • 561 Views
  • 0 replies
  • 0 kudos