STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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! Hello friends, I am trying to better understand how data located at frame buffer address translates to what I am seeing on the LCD.

For example I have the following frame buffer data with mostly 0's and only the first value populated with a blue color.static const uint32_t image_data[480] = { 0x000000ff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000...

0693W00000Ka8tkQAB.jpg 0693W00000Ka96jQAB.jpg
RMora.4 by Associate III
  • 1109 Views
  • 5 replies
  • 0 kudos

Touchgfx+FDCAN on stm32h7 discovery board.

I've been trying to update touchgfx display from values obtained from canbus. I dont know what the problem is but when touchgfx and canbus configured together, i get bus errors.I have attached my project files. Any help would be appreciated. I have m...

MUdai.1 by Associate
  • 464 Views
  • 0 replies
  • 0 kudos

BUG: Deleting a Set Text interaction from a copied screen causes compiler error in Designer v4.18.0 and then project will no longer open once closed.

I was working on my fairly large application, when I copied a screen that was similar to what I needed and made some edits. I was unable to compile the program, because it could not find some __SingleUse constants. I closed the project, and then co...

wired by Senior III
  • 689 Views
  • 3 replies
  • 2 kudos

Hello, I'm using a STM32H750B-DK Discovery board with TouchGFX and FreeRTOS. I'm planning to have a working GUI with my own project. I'm having trouble combining a hardware timer with a working GUI.

My plan is to create a new task for my code, where I generate a hardware timer for PWM output with an interrupt. And on every interrupt trigger I want to execute some code.The problem is my GUI freezes when the timer starts, and the maximum frequency...