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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

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
  • 797 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
  • 754 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
  • 1015 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
  • 1692 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
  • 585 Views
  • 0 replies
  • 0 kudos