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

ScrollWheel Skipping Second Element

I have a weird issue with ScrollWheel. All the elements are displayed properly. However, it seems to be taking no action when scrolling to the last element, and on debugging, I find that the returned index is skipping the second element (0,2,3,4,5)Sc...

BKazi.1 by Associate II
  • 363 Views
  • 0 replies
  • 0 kudos

Redraw custom widget if its updated

Hello,I create custom widget base on this tutorial https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/custom-widgets.But it is updated on screen only once at the beginning. How to implement auto redraw when internal...

MMa.4 by Associate
  • 502 Views
  • 1 replies
  • 0 kudos

Hello, Recently, a former colleague of ours raised a ticket tegarding a LTDC buffer underrun issue that we encountered on an STM32F750. I understand the ticket was closed, but, we don't have access to the resolution.

The ticket in question is: https://community.st.com/s/case/5003W00000BksAFQAZ/ltdc-fifo-underrunPlease share with me the resolution of that ticket.Thank you.

AMunt.1 by Associate
  • 669 Views
  • 2 replies
  • 0 kudos

Touch Screen and Camera Connection and Software

1- Does DSI screens work immediately with STM32Fx that support DSI or is driver / complicated programming is required?2- F4 and newer boards support DCMI, what type of cameras would work with this? Is it limited to a set number of cameras? And does i...

Aafg.1 by Associate
  • 784 Views
  • 1 replies
  • 0 kudos

Resolved! Assigning external data structure variables in TouchGFX

Hello communityI face the following problemI have a global data structure which contains several member variables, I use this data structure to handle all my global variables needs across my project.Such datatype is delcared in "globals.h", and a var...

Mric.1 by Associate II
  • 1846 Views
  • 4 replies
  • 0 kudos