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

OMela.1 by Associate
  • 574 Views
  • 3 replies
  • 0 kudos

full screen video on stm32h7

I can already play full screen video using hardware jpeg decoder without touchgfx. Now touchgfx only works as a management UI, how can i suspend touchgfx when playing video in fullscreen mode, to prevent it from access frame buffer and DMA2D, LTDC et...

shark by Senior
  • 399 Views
  • 1 replies
  • 0 kudos

Get absolute position of a Drawable?

Is there function to get absolute position of Drawable? getX() returns relative position within container.So if I have 3 nested containers, I must do:container1->getX() + container2->getX() + container3->getX() + drawable1->getX()Is this the intended...

Tuoman by Senior II
  • 489 Views
  • 1 replies
  • 0 kudos

STM32CUBEMX MODIFIED NOT WORKING

Hell Guys.....I am working on STM32L4R9AI-EVAL board I have generated the project from Touchgfx Designer and it generating the STM32CUBEMX code also......if i open the designer and if i will burn on to the kit it is working fine....But once i will o...

prathima by Associate II
  • 2166 Views
  • 10 replies
  • 0 kudos

STM32L073 HAL_LCD_Write function

Posted on November 29, 2017 at 09:01Hello,I'm working on a custom board : stm32l073 + LCD screen ( matrix 4 x 25 ).I can't understand how to use HAL_LCD_Write function.As far as I understand I just need 3 parameters in order to write LCD : COM: 0-3 ...

moranf by Associate II
  • 2162 Views
  • 5 replies
  • 0 kudos

Build FreeRTOS error

Hi everyone,I'm using STM32cubeMX + TouchGFX on the STMF746-DISCO.And with a basic project generate by the STM32cubeMX, I have this error :"Error: expected '=', ',', ';', 'asm' ....Without FreeRTOS in a project, the error disappear !I suppose there's...

0693W000000Tu9qQAC.png
LSylv by Associate II
  • 441 Views
  • 1 replies
  • 0 kudos