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

CAN bus and TouchGFX

Hi,In my system I have 2 devices connected over CAN bus (one on F746, second on F205), and F746 runs a TouchGFX application (800x600x16bpp) with 2 lightweight screens; FreeRTOS and SysTick configured to 100Hz. My problem is that image on screen may s...

0690X0000089Kx3QAE.png
itxs by Associate II
  • 1804 Views
  • 8 replies
  • 1 kudos

Scroll list add/remove

Hi everyone,i would remove or add a object in a scroll listI try to useparamScroll.remove(*paramScrollListItems.getDrawable(0)); paramScroll.add(*paramScrollListItems.getDrawable(5));but it don't work.paramScrollListItems is a DrawableListItems.How c...

apll by Associate II
  • 2697 Views
  • 13 replies
  • 0 kudos