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

DMA2D HAL_DMA2D_Start -> pdata(color) formar

HelloI got LCD 240x320 connected via SPI to my STM32f429. LCD interface is RGB565.I have created buffer uint8_t buffer[240*320*2]; so, 1st im filling buffer with red color: for (int i=0;i<240*320*2;i+=2){   buffer[i]=0xf8;   buffer[i+1]=0x00;   ...

aadam.1 by Associate
  • 1046 Views
  • 1 replies
  • 0 kudos

LTDC Reset after Stop Mode

HeyWe are trying since a few days to reset our Display after Stop Mode, without much success. We are using a STM32F767IIT6 and a 480x272 Display, which is driven over the LTDC. Our code is appended.When the power button is pressed, we set a flag. We ...

MStud.4 by Associate
  • 742 Views
  • 0 replies
  • 0 kudos

Debugging with Images in External flash and TouchGFX

I am using controller STM32H745BIT6 device with QSPI flash connected.I have configured the TouchGFX to keep images in external flash and also configured .LD file to create section ExtFlashSection. Am able to see the memory assigned to images in the S...

ATank.1 by Associate III
  • 622 Views
  • 0 replies
  • 0 kudos

TouchGFX 4.19.1 Screen Glitch on STM32H747I-DISCO

Hi,I am working with TouchGFX and an STM32H747I-DISCO. I have created a very simple project comprising two screens.Each screen has a box covering the entire canvas (one set to white and the other to black) plus a single button in the bottom right cor...

Rob H by Associate
  • 1229 Views
  • 2 replies
  • 0 kudos

B-LCD40-DSI1 DSI Data Lane Setting

Hi, I'm working on a project using DSI to print LCD with STM32F769I-Eval.In this kit, there is a display module called B-LCD40-DSI1, and it has a OTM8009A.I build an example called LCD_DSI_CMDmode_SingleBuffer, and it worked.But after I changed numbe...

ELee.9 by Associate II
  • 527 Views
  • 0 replies
  • 0 kudos