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

Global Color Palette / Themes

I would like to use a central color palette for my application. But I haven't found a good example of how to implement that. There doesn't seem to be anything in touchGFX designer to implement this.My first attempt was to place some colortype varia...

Dfarr.1 by Senior
  • 624 Views
  • 2 replies
  • 0 kudos

Double buffer with Touchgfx

Hello, I have some doubt regarding touchgfxSuppose I set for Double buffer and I am using customize widget. I get my framebuffer using below and later I modify buffer as per my customize widget logic. My doubt is that suppose I am modifying first ...

How to interface multiple buttons (custom keypad with 24 keys) with touchGFX on a STM32f767IG custom board?

Hi, ST community...My name is Nday Mungala (Msc Mechatronics) and I've been building for almost 3 months a monitoring terminal system for multiple belt conveyor. since it destine to harsh environment, most of the entries are from the keypad panel. my...

NMung.1 by Associate II
  • 1893 Views
  • 6 replies
  • 0 kudos

How deal with "wchar_t" in textArea?

I want to display a long "wchar_t" type text in a textArea.Here is my code.void seasoningDisplay::setSeasoningText(const wchar_t* input) { touchgfx::Unicode::UnicodeChar tmpfmt[200]; touchgfx::Unicode::strncpy(tmpfmt, (const char*)input, 200); Uni...

Wrend.1 by Senior
  • 752 Views
  • 2 replies
  • 0 kudos