STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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! Memory/Flash usage analysis

Hello,I am looking to perform a similar resource usage as explained here https://support.touchgfx.com/docs/basic-concepts/memory-usage/However, I am wondering if there is a guide that is available using freely available tools to dothe memory analysis...

RReta.1 by Associate III
  • 1294 Views
  • 2 replies
  • 0 kudos

Drivers for VGG128017-C with STM32F769i-eval

I'm new to ST products and am trying to run the LCD_DSI_VideoMode_SingleBuffer example on the Eversion VGG128017-C TFT screen. I get the backlight to turn on, but never see anything. Does anyone know of any specific drivers for the VGG128017 family? ...

DHone.1 by Associate
  • 422 Views
  • 1 replies
  • 0 kudos

Resolved! JPEG encoding issue when using DMA on STM32H7B3

with libjpeg or using hardware in polling, mode compression works fine.but when using DMA image is getting corrupted#include "jpeg_encode.h"   #include "jpeglib.h" #include "jdata_conf.h"   // variables used for dma mode uint32_t YCBCR_Size; uint32_t...

0693W000006I7cbQAC.png 0693W000006I7cWQAS.png 0693W000006I7cRQAS.png
ALamb.314 by Associate II
  • 1172 Views
  • 2 replies
  • 0 kudos

GEsture Event not works

My HPP#ifndef PRINT_PROGRESS_SCREENVIEW_HPP #define PRINT_PROGRESS_SCREENVIEW_HPP   #include <gui_generated/print_progress_screen_screen/PRINT_PROGRESS_ScreenViewBase.hpp> #include <gui/print_progress_screen_screen/PRINT_PROGRESS_ScreenPresenter.hpp>...

EEuge by Senior
  • 769 Views
  • 8 replies
  • 0 kudos

Use STM32 to receive HDMI data from receive IC

HelloI have an Idea that involves getting video from a PC to an MCU or equivalent. I'm thinking to use ADV7611 to do the deserialization and use its output with the DCMI interface on an STM32. For me it seems like this would be possible as many of th...

Jaxc by Associate
  • 358 Views
  • 0 replies
  • 0 kudos

Max DCMI pixel clock on H7?

Hi all,I'm planning to interface a DCMI camera with an STM32H743 running at 400MHz SYSCLK. What is the greatest pixel clock rate I can reliably use? The reference manual says "The maximum DCMI_PIXCLK period must be higher than 2.5 HCLK periods". Sinc...