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

multiple include paths in makefile

Hello, I need to add multiple include paths to makefile for touchgfx project. I have two paths mycode/include - mycode/srcmycode/CMSIS_RTOS/include - mycode/CMSIS_RTOS/srcI edit makefile like below but it doesnt work. Is this notification corr...

Epamuk by Associate III
  • 2077 Views
  • 5 replies
  • 0 kudos

Flex Button give error in Custom Container

I'm trying to design a custom container which have a flex button. When I do that getting an error in CustomContainer.hpp [RO] folder. Error message; <namespace "touchgfx" has no member "AbstractButton">.private:   /* * Callback Handler Decl...

how to configure stm32 in stm32CubeIDE for touchGFX?

1.what SOCs that can support the touchGFX now?2.stm32LR9 should support touchCFX,but in stm32CubeIDE,I can not make the touchGFX enable,just STemWin enable,what interfaces that I must enable.I refer the STM32F429 example, configure the CRC,DMA2D,Free...

Hgang by Associate
  • 868 Views
  • 3 replies
  • 0 kudos

Passing data from one screen to another

Hello,What's the best way, if any, to pass data from one screen to another if you don't want to save this data anywhere BUT in the screen classes themselves?I can't think of a way to do that. I know that the data can be easily saved in the applicatio...

GMeur by Senior II
  • 1493 Views
  • 1 replies
  • 0 kudos