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

Unable to get LTDC working on STM32H735G-DK

Hello everyoneI recently bought an STM32H735G-DK Discovery Kit, which has a 480x272 parallel LCD. I got the TouchGFX Demo projects running on the board, so I know all the hardware is working as it should.Eventually I want to use TouchGFX on a custom ...

ltdc-config.png
hanton by Associate
  • 1510 Views
  • 4 replies
  • 0 kudos

Using Bitmap::dynamicBitmapCreateExternal

Hi, I am trying to create an external dynamic bitmap to display an image already loaded into Memory Mapped External Flash. uint16_t FrontendApplication::getLogoBitmapId() { if (bitmapId == touchgfx::BITMAP_INVALID) { bitmapId = Bitmap::d...

Priyank by Senior
  • 237 Views
  • 5 replies
  • 0 kudos

Import Touchgfx project to IAR, it can not work

Hello,I download an example GUI from Touchgfx designer, generate code and run on my STM32H735G-DK board, it works well.Then I open the .ioc of this project and generated code with EWARM, open it and build, it has no errors.When I download it to board...

lingbo_0-1746425443889.png lingbo_1-1746425714866.png
lingbo by Associate II
  • 169 Views
  • 2 replies
  • 0 kudos