STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1006 Views
  • 0 replies
  • 2 kudos

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

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

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
  • 317 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
  • 618 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...