STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

Touch GFX without external flash

Hi, I would like to implement a boot loader and still use touch gfx to show very basic info on our screen while the firmware update process is taking place. Probably a black background with white text showing the progress.Is there a way to build the ...

Plaramee by Associate III
  • 851 Views
  • 2 replies
  • 0 kudos

Simplest way to create a video file from RGB data

Hello, we are creating an embedded camera application on the STM32F7. In snapshot mode we allow the user to save individual images to SDCard in RGB format, or in video mode to save successive images at about 5 per second to SDCard, also in RGB forma...

STM32F429i LTDC + SDRAM Buffer Issue

I have been trying to learn the basics of STM32 LTDC peripheral to drive a 4.3" 480 x 272 LCD using STM32F429IG mcu. I am using the Open429i dev kit by Wavehshare (https://www.waveshare.com/core429i.htm) which also has an onboard 64Mbit SDRAM (IS42S1...

0690X000006C0QfQAK.jpg 0690X000006C0QkQAK.png

LTDC Color Order

I'm trying to find a way to change the color order of the LTDC for RGB565. It apears that the link between the memory and the LTDC pins is fixed. I would like to output in order BGR instead of RGB. Nothing stand out in the reference manual (STM32F468...

RShan by Associate II
  • 707 Views
  • 2 replies
  • 0 kudos

How to interface other displays to STM32H743I-EVAL

Hello,I am using the STM32H743I-EVAL and have developed an application with GUI, using the built-in display MB1063 Rev.B.In order to make a product from the application, I need a stock if working displays.The built-in display is manufactured by Ampir...

SSagi by Associate II
  • 956 Views
  • 3 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
  • 1218 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...