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

Display for STM32H743i-EVAL

We developed a project based on this evaluation board and now we are in the final steps of making a product out of it.We need a similar TFT display to the one in the evaluation board (with similar Touch IC) but the problem is that we cannot find one....

SSagi by Associate II
  • 520 Views
  • 2 replies
  • 0 kudos

Hi, I am using STM32L476G-DISCO, and I want to display any text on its LCD, I made a project from STM32CubeMX, and now how to call LCD function in while loop for displaying, or how to print any text on LCD?

The code is follows:/** ****************************************************************************** * @file : main.c * @brief : Main program body **************************************************************************...

RKhal.2 by Associate III
  • 877 Views
  • 3 replies
  • 0 kudos

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