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

Resolved! stm32H743ZI TouchGFX FrontendHeap HardFault

I have an Error using a Custom Board with a STM32H743ZI controller.First a want to use the internal Flash and RAM_D1 for the TouchGFX App but i always get a Hardfault on LineFrontendHeap& heap=FrontendHeap::getInstance();__HAL_RCC_CRC_CLK_ENABLE(); i...

PPete by Associate III
  • 1218 Views
  • 1 replies
  • 0 kudos

Resolved! Flex Button Example with STM32F746G or STM32F7508DK

Hi everyone,A simple question, I'm using TouchGFX 4.22 with the example "Flex Button Example" for F746G and F7508.When the program is set to F746 is not possible look all functions of the UART module... See "DinaF746.png"But if the program is set to ...

IGomesMSc by Associate II
  • 4533 Views
  • 4 replies
  • 0 kudos

Resolved! TouchGFX 180 degree orientation?

Hi everyone,is it somehow possible to "flip" the screen for a 180 degree rotation?Either on TouchGFX, LTDC or DMA2D level?We are using CubeMX to generate the whole project and everything works smoothly, but we need to rotate the screen.Cheers,Patrick

Resolved! LCD TFT RGB interface with 800x480 resoluton.

Am using STM32H745BIT6 controller with LCD TFT RGB parallel interface. My end application will consists of lot of graphics and also Animation.Can I use RGB parallel interface with 800x480 resolution. Am using 16bit SDRAM and color depth is 16bpp. Wil...

ATank.1 by Associate III
  • 6986 Views
  • 4 replies
  • 1 kudos

FSMC-why do I need it?

Posted on February 06, 2016 at 06:37hello there, I've seen on some forums that people are suggesting to use FSMC to interface LCDs. Many LCD drivers also make use of FSMC. So, I tried to find out what FSMC does. ST provides manual that explains all ...

multiple data line Dynamic Graph

Hello, I'm using a dynamic graph for a project. Can I display 2 different sets of data on this graph? Using 2 separate graphs doesn't solve my problem since I need them to be on the same graph.

amorftor by Associate II
  • 2437 Views
  • 5 replies
  • 2 kudos

Touch GFX Two Layers frame buffer update issue

Hi,In TouchGFXGeneratedHAL.CPP u are using the HAL_LTDC_LineEventCallback. the issue is i use the two layers.Layer_1 for live video from camera and layer_2 for GUI. every time i generate code i must add this code below. the added code in bold,italic....

MSale.1 by Senior
  • 980 Views
  • 1 replies
  • 0 kudos

Since 4.20 I get a lot of TouchGFX Designer crashes

I'm working with the up-to-date 4.21.1, but since 4.20 I get a lot of application errors while using the TouchGFX Designer. Happens really often while copy & pasting some elments. To be precise: while pasting TGFX objects like a text or an image. The...

0693W00000YAg1qQAD.png 0693W00000YAfv4QAD.png
t.decker by Senior II
  • 1605 Views
  • 5 replies
  • 2 kudos

Beep only on clicked button

Hello,I have buzzer on my custom PCB and I want to do that it beeps every time when button is clicked(but only button). Do I need to add buzzer function on every button interaction or maybe there is easier way.? Maybe someone knows how to achieve thi...

heyo by Senior
  • 797 Views
  • 1 replies
  • 0 kudos