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

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
  • 959 Views
  • 2 replies
  • 0 kudos

Resolved! Other display with F469-Disco board. How to set up?

Hello,I hope someone can help me. After days over days reading docs, other questions and so on i am still confused how all the LTDC and DSI stuff works.OK, so what i have is a STM32F469 Disovery board which already has a display on it.I create a proj...

0693W00000Ka58HQAR.jpg 0693W00000Ka5AwQAJ.jpg 0693W00000Ka5C9QAJ.jpg 0693W00000Ka5D2QAJ.jpg

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
  • 644 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
  • 444 Views
  • 1 replies
  • 0 kudos

How to know active container?

Hi, I have two containers on my screen. Two of them is visible. However I want to know which one is appearing on the screen. Is there a function about it or a way?

Ezgi by Senior
  • 373 Views
  • 1 replies
  • 0 kudos

buttonCallbackHandler()

TouchGFX 4.16.1Thank you for helping.There are 10 views.Pressing the button for only one view will bring you to this function.For other views, press and release the button to get to this function.I want this function to come when I press and release ...

Ebun.1 by Senior
  • 508 Views
  • 1 replies
  • 0 kudos