STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

TextureMapper - SetupAnimation - endvalue BUG

If I create add a texture mapper and want to rotate around Z, I use :textureMapperImage.setupAnimation(AnimationTextureMapper::Z_ROTATION, 32.767, 200, 20, EasingEquations::linearEaseNone);Base on this :https://www.touchgfx.com/documentation/html/cla...

COSEBE by Senior
  • 476 Views
  • 1 replies
  • 0 kudos

Swipe Container with Scrollable Container

-In screen main I added Swipe Container with two pages(page1, page2)-And In page 2 added Scrollable Container with list layout (8 list element)when I test with controller -I tried from page 2 scroll list and swipe to return back page 1 then freeze co...

parent and child custom containers

Hello,We planned to make a parent container to hold child custom containers which have different style. Let me explain:ChildCustomContainer1: it includes text1, text2, line1ChildCustomContainer2: it includes text1, image1, line1, line2ChildCustom Con...

STM32W with OV7670

I am considering STM32W MCU for capturing images from an image sensor, such as the OV7725 or OV7670. I noticed that STM32W does not have DCMI, but does have DMA. Is DCMI just an instance of a DMA peripheral? I am interested in finding out whether the...

KEsha.1 by Associate
  • 425 Views
  • 0 replies
  • 0 kudos

DMA2D with 8bits array input data

Hi community,We're getting our image from a buffer containing 8bits-values (array of chars). Due to the little-endian architecture and the DMA2D module (apparently) only processing the data as 32bits-values, it is not possible to get correct copy of ...

VBrem.1 by Associate
  • 396 Views
  • 0 replies
  • 0 kudos

Frame buffer as sdram

i have working on LTDC display controller of STM32h743iit6 to display to text/image.but how i have to choose sdram as frame buffer please provide any reference to work on this thanks

Predd.11 by Associate II
  • 768 Views
  • 1 replies
  • 0 kudos

Resolved! font files and its memory requirement.

While using touchGFX, which font files should be used for the following languages1.German,2.english,3.french,4.spanish,5.italian,6.portuguese,7.swedish,8.russian,9.czesh,10.polish,11.chinese,12.japanese,13.korean,14.turkishFor each font file what wou...

ananya by Associate II
  • 788 Views
  • 1 replies
  • 0 kudos