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

UART Interrupt

Hi everybody,I am working on a TouchGFX project apparently , and I need to use UART in interrupt mode.How ever, I spent the last 10 days trying to configure the UART IRQ to work properly with no success yet so far.The problem is whenever a UART inter...

Resolved! GUItask

Hi @Martin KJELDSEN​ I added two tasks in main.cpp. If I added other tasks apart from GUItask, the LCD is displaying image. If I add vTaskDelay(40);, the image is show.n. Is it neccessary to add vTaskDelay in other task delay????Should I add vTaskDel...

Iswarya by Associate II
  • 514 Views
  • 1 replies
  • 0 kudos

How to generate a UI template

I have read the thread discussing this topic, but the resources it points to only covers Application Templates - not User Interface Templates.Is the packing of UI templates analogous to those of ATs or is it a different process altogether?