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

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
  • 458 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
  • 218 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...

Resolved! LTDC double buffer

HiI'm using stm32f767 and want to use LTDC with double framebuffer.Can i do this with one sdram?LTDC is fetching data from sdram(front buffer) and i have to prepare the back buffer at the same time(load data from sdcard into sdram)Internal sram capac...

Resolved! Determining the current view

Suppose there are two views: "Screen1" and "Screen2". Depending on which screen is active, we want to do something (like enable or disable an interrupt). Within the Model, what is the proper way to determine which screen is active? Is there an API th...

Chandler by Associate II
  • 920 Views
  • 6 replies
  • 0 kudos

Resolved! Process for initializing data in model.cpp

It is Value A in model.cppAttempt to initialize Value A from the model.cpp function.However, before Value A initializes, setupsrceen() in B_Screenview is executed first, indicating an incorrect value.I want to know how to initialize Value A in model....

PKunK.1 by Associate III
  • 273 Views
  • 2 replies
  • 0 kudos