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

STM32H7: CM4 for TouchGFX, CM7 for the rest

Hello TouchGFX Community!It's not a question, but my findings.ST recommends to split tasks between two cores of STM32H7: CM7 for GUI, and CM4 for real-time tasks.In this configuration, we throw away all advantages of CM7 over CM4:- instruction cache-...

Ahper by Associate
  • 822 Views
  • 0 replies
  • 2 kudos

Resolved! Update item in scroll wheel without scrolling

I have a scroll wheel with selected item. Is it possible to update the selected item, e.g. its font color, when the modelListener notifys the screen that a certain event has happened?Example: Let's assume the model contains a counter and notifys the ...

Pirol by Associate III
  • 2559 Views
  • 5 replies
  • 2 kudos

Replacing QT with touchgfx

Is there a simple way to use QT for stm32 applications instead of touchgfx?Or this is not done yet? I would be talking of stm32h743xx with freertos as the environment.@Romain DIELEMAN 

rohan_m by Senior
  • 773 Views
  • 1 replies
  • 1 kudos

Resolved! Convert UnicodeChar to const char

Hello everyone,I would be mentioned this topic here which is the same.I am using KeyboardWidget of TouchGFX in my project and need to print the value from keyboard.getBuffer() into a const char to draw it again in QRCode.I have tried all the ways but...

mids400 by Associate III
  • 1368 Views
  • 2 replies
  • 3 kudos