STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! 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
  • 773 Views
  • 4 replies
  • 0 kudos

TouchGFX obvious flickering of "Text Area" widget

Hello,I have connected two latching type push buttons to two GPIOs and using TouchGFX to see the physical status on a demo screen with glowing buttons.Some background information:BUTTON_STATE_T is a structure containing 2 int members for GPIO states ...

EJ.1 by Associate II
  • 678 Views
  • 2 replies
  • 0 kudos

Hello, I'm using STM32H743IIT6 with LTDC configurations and when I'm using internal clock, LTDC works fine but when I use external crystal nothing works . What can be the problem?

And when I'm going to find the problems using DEBUG mode it gives me this error:Cannot access Memory*** error 122: AGDI: memory read failed (0xFFFFFFFE)Cannot access MemoryAnd this are is LTDC configuration and Clock configuration:

0693W000004IaWAQA0.png 0693W000004IaWKQA0.png 0693W000004IaWPQA0.png 0693W000004IaWUQA0.png
NBehe.1 by Associate
  • 299 Views
  • 1 replies
  • 0 kudos

Resolved! Touchgfx Graph widget

I know that there are a lot of questions and request for graph widget, yet there is no dependeble answer has been provided. It seems that there was a graph widget in previous versions, unfortunately not available now. I wonder if there is any ready t...