STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

TouchGFX Chip Resource Usage

Does any one have a list or link to documentation that out lines the Chip Resource usage of the Touch GFX library?Obviously it uses the LTDC and DMA, I am looking for the complete list.Thank You​

MEder by Associate III
  • 346 Views
  • 2 replies
  • 0 kudos

Configure TouchGFX for STM32H750

Hi,I'm trying to convert a project generated with GFX for F7, to H7, and also integrate it to one cubeMX generated project for atollic.I'm at the point in which, app run (i think correctly,no hard fault), but I can't see any transfer to display fram...

afici by Associate II
  • 510 Views
  • 1 replies
  • 0 kudos

STM32F769 LTCD spurious interrupt

I'm working with the STM32F769I-Disco board which uses DSI to drive its LCD display.I'm seeing LCD-TFT global Error interrupts being raised but both the LTCD->ISR and LTCD->IER are both zero.I've scanned through the app notes for DSI and I can't see ...