STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.23.2 is out!

TouchGFX 4.23.2 is now out.Please follow this link to download it.4.23.2 Release details:Release date: March 14th, 2024Bugfixes in TouchGFX Designer:Fixed a bug where TouchGFX Designer would not close properlyBugfixes in TouchGFX Core:Fixed issue wer...

LouisB by ST Employee
  • 4458 Views
  • 1 replies
  • 9 kudos

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

Root folder image problem

I am working with touchgfx 4.20.When I have an image in the root folder of the touchgfx I am able to display the image on th e LCD but when I make a folder in root folder and move the image there it runs into a hardfault. Can you please help me with ...

rohan_m by Senior
  • 497 Views
  • 7 replies
  • 0 kudos

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
  • 414 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
  • 222 Views
  • 0 replies
  • 0 kudos