STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

Resolved! Sync data between screens

I have 2 screens. The first screen has a button and a text area. The second has a scroll wheel and a button.What I want: 1) Click on button on screen 1, and go to screen 2 (got this working) 2) Scroll to a number on the scroll wheel on screen 2, h...

Problems with triple buffer page flipping

My page flipping via the LTDC works seamlessly if my drawing routine is faster than the frame rate, but as soon it is slower, I see flickering on my LCD. It's not the type of flickering you'd see if a page is overwritten out of sync with the display....

Hansel by Senior
  • 828 Views
  • 6 replies
  • 0 kudos

caching bitmap

Hi, I have a project that has multiple screens. On the first screen, there is a zoom animation. Every 10 tick, it's getting larger. How ever, it looks like that it stucks towards the end of animation. So, I decided to use caching.void TouchGFXHAL::...

Ezgi by Senior
  • 591 Views
  • 2 replies
  • 0 kudos

TouchGFX Scroll-wheel issues

I'm trying to implement the scroll wheel, I've followed this example: https://support.touchgfx.com/docs/development/ui-development/ui-components/containers/scroll-wheelThe scrollwheel is configured with the Selected Template Style.There is my overrid...

DEtie.2 by Associate
  • 504 Views
  • 0 replies
  • 0 kudos