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

Resolved! How can I use Hangul's(Korean) Unicode fonts?

hi dear.​I am making a QWERTY Korean input method.It was confirmed that Unicode is used to express characters using the touchGFX designer. However, Font can only output codes in EUC_KR. In the case of the Korean input method, one code is produced by ...

ikassma by Senior
  • 1079 Views
  • 2 replies
  • 0 kudos

File MainViewBase.hpp not update.

Hi I need help, I'm trying to learn your development ecosystem and I'm testing the Designer.I was modifying an existing UI project that of the clock making the modification to create a second screen to make the modification settings of the clock. I q...

0693W000000XNhiQAG.png 0693W000000XNiMQAW.png 0693W000000XNj5QAG.png
CRobe.1 by Associate II
  • 1340 Views
  • 6 replies
  • 0 kudos

WM_NOTIFY_PARENT does not work for Listbox!

Hi,I'm working on a Window that contains a Listbox and some buttons. When I touch Listbox's area, it just sends WM_TOUCH_CHILD into the Callback and it does not send WM_NOTIFY_PARENT. Why?Although, if I have a Listview after a touch it goes me throug...

Array of typed text. How?

Hello!I tried to make menu with variable element headers.I tried this codeconst char* MenuItemList[10] = {"�?а�?тройки","Скоро�?ть","Extruders","LED Light","UPS","FirmWare","Language","Coolers","Drivers","WiFi"}; ............................   Unicod...

EEuge by Senior
  • 616 Views
  • 1 replies
  • 0 kudos