STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LAST DAY to join the TouchGFX contest!

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

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
  • 588 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
  • 812 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
  • 1082 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...