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

How to write a code for a counter.

I am very new to coding, but I have to get this program written for work. I need some of the buttons that I have put into my TouchGFX project to consecutively count up and down after each press of the button on the screen. How would I go about settin...

KTayl.3 by Associate
  • 390 Views
  • 1 replies
  • 0 kudos

Generated code failed in toughGFX +CubeMX

I'm using STM32f429ZI Discovery board to run the touch LCD using LTDCI will attach Detatiled Log.Thank you.------------------------------------------------------------------------------------------------------------ error1: in touchGFX while generat...

MMAUR.1 by Associate II
  • 665 Views
  • 1 replies
  • 0 kudos

Resolved! How to get the instance from scrollList?

Now, the way I only know is to get the instance in virtual function "scrollList1UpdateItem" like this:virtual void scrollList1UpdateItem(selection2& item, int16_t itemIndex) { item.setIcon(itemIndex); }Is there another way to get it from scrollLis...

Wrend.1 by Senior
  • 1078 Views
  • 4 replies
  • 0 kudos