STM32 MCUs TouchGFX and GUI

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

Low qspi clock frequency in ExtMem_Boot

I noticed that any example created with touchGfx for the STM32H750B-DK demo board uses the ExtMem_Boot bootLoader that uses a 400Mhz clock instead of 480Mhz, but the strangest thing is that it uses a QSPI clock of only 50Mhz, when from the memory dat...

DDi S.1 by Associate III
  • 78 Views
  • 3 replies
  • 0 kudos

Touch detection in scrollist item.

Hello All,I am new to touchgfx and looking to implement something where a array of structure containing name and other parameters to display. I need to display parameters on selection of the names displayed. I have a   created a container and able to...

ShivDesh_0-1747647231509.png
ShivDesh by Associate III
  • 13 Views
  • 1 replies
  • 0 kudos

scroll wheel with text

I referenced the following link: https://support.touchgfx.com/zh-CN/academy/tutorials/tutorial-04 Added a TextArea as a new container to the Scroll Wheel. When using scrollWheel.animateToItem(5, 100); Why does modifying content in void scrollWheelU...

liuliu233_0-1747212162857.png