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

STM32H7 TouchGFX cannot find HAL library files

I enabled a UART peripheral in my touchgfx project. When I ran the project in STM32CubeIDE, it gave an error saying the HAL_UART_Init function was undefined. When I checked${ProjectDir}\Drivers\STM32H7xx_HAL_Driver\SrcThere were no HAL library files,...

0693W00000KaifZQAR.png
woozl by Associate II
  • 438 Views
  • 1 replies
  • 0 kudos

Setting up HD44780 on STM32F103R6

Hello everyone,I am trying to make an LM020L work in Proteus. I am using Eclipse to code.I am trying to follow the datasheet for the initialization of the LCD and set the cursor at the beginning. This is where I found info: https://web.alfredstate.ed...

UMilo.1 by Associate III
  • 691 Views
  • 2 replies
  • 0 kudos

How to make delay in TouchGFX ?

Hi guys ! How to make delay in TouchGFX ?I have button and i made interaction for it:Trigger - Hardware button is clickedAction - Change screen.But before changing screen i need delay in few seconds. How to make it ?thanks

TOG by Associate
  • 482 Views
  • 1 replies
  • 0 kudos

Mistake in Custom Widget example

In Custom Widget example in documentation, there is a mistake in draw method.The example suggest to use touchgfx::HAL::DISPLAY_WIDTH to calculate position in framebuffer. framebuffer[absolute.x + x + (absolute.y + y) * touchgfx::HAL::DISPLAY_WIDTH...

PWagn.1 by Associate II
  • 307 Views
  • 1 replies
  • 0 kudos