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

font converter

In my Aplication I have a big ​text database (nearly 1000 Text_Id) and nearly 25 languages.Sometimes I need a specific Text_Id with left Alignment and sometimes with right Alignment. Sometimes with font size 20 (big) sometimes with font size 15 (smal...

MHase by Associate II
  • 1787 Views
  • 9 replies
  • 0 kudos

How to use display ?

Hello everyone, I am newbie on stm32 (stm32373c-eval). I need help to use display. Can any one suggest me a link or full guide to use it.Thank you in advance....

Dkuma.13 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

STM32F769I-Eval JPEG IMAGE capture using DCMI.

We are using STM32F769I-Eval for capturing IMAGE in jpeg format using DCMI. we are able to run In-built example of storing image in bmp format,bmp to jpeg image conversion.From our understanding,it is going through RGB565- ARGB888- RGB888 ,then bmp h...

Tp by Associate II
  • 285 Views
  • 0 replies
  • 0 kudos

When are invalidated areas re-rendered?

I am running an experiment to try to see how I can improve RENDER_TIME performance. In this experiment I have two items on the screen close to each other on the screen.One is a circle who's start and end angles are changed. The other item is a text ...