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

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
  • 618 Views
  • 1 replies
  • 0 kudos

STM32F746g - syntax error: unterminated quoted string

I am trying to set up a simple project in STM32CubeIDE + TouchGFX and it returns me the following error: c: /st/stm32cubeide_1.1.0/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_1.1.0.201910081157/ tools / bin / sh: syntax err...

JGonz.2 by Associate II
  • 4236 Views
  • 14 replies
  • 0 kudos