STM32 MCUs TouchGFX and GUI

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

Resolved! The noise of ADC get terrible after enabling SDRAM / LTDC

I am using STM32H753 for signal sampling.I have enabled ADC1 and ADC3, both of which are in 16 bits scan mode (4 channels).Everything worked well until I enabled FMC / LTDC to migrate a UI application.I noticed that most channels of ADC share IOs wit...

HCui by Associate II
  • 1159 Views
  • 4 replies
  • 0 kudos

Getting wring color when testing LTDC !!

Hello,I am testing the LTDC on a dev board. The strange thing is i am getting the wrong color at initialization. Below is the code for initialzation of LTDC. I get red when i try to fill with blue, and red when i try to fill with blue. Thesre is half...

MMoha.4 by Associate II
  • 1143 Views
  • 3 replies
  • 0 kudos

TouchGFX scroll list, scroll direction setting.

Is there away to change the scroll list scrolling direction? It looks like the direction is assumed. For an example, if scroll is set for vertical, the item is moved into the view from the opposite direction when dragged as itemIndex is increased. Fo...

LauraCx by ST Employee
  • 669 Views
  • 2 replies
  • 0 kudos

Resolved! How to display UTF-8 text in a TextArea Wildcard in TouchGFX?

I set the character wildcards properly, to include all required characters.Here's my example code:Unicode::strncpy(errorTextBuffer, "Zażółć gęślą jaźń.", ERRORTEXT_SIZE); errorText.resizeToCurrentText(); errorText.invalidate();But what I get is this:...

0693W00000NrbceQAB.png
HTD by Senior III
  • 1349 Views
  • 1 replies
  • 0 kudos