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

Makefile path

Hello!I have created a new folder. It's called sensor. In this folder I put a .c and .h file.I also modified the Makefile this way:components := TouchGFX/gui target TouchGFX/generated/gui_generated sensorBut I get the following error:Compiling Core/S...

AVajd by Associate II
  • 2470 Views
  • 14 replies
  • 0 kudos

When I switch a working TouchGFX application from using LCD16bpp to LCD8bpp_ARGB2222 I get an Hard Fault when calling HAL::initialize()

I have a working F429 CubeIDE project that I want to switch from 16BPP to 8BPP, I changed:static LCD16bpp display; to static LCD8bpp_ARGB2222 display;and when I run the application I fall into Hard Fault when the application calls HAL::initialize().A...

MJPEG Example Problem

Hi,​Is there someone has the experience about MJPEG with AVI format?​I have try the CubeMX Source Code from STM32H743-EVAL, but it won`t work.I can display the First Frame and Second Frame, but after that it will keep showing this two Frame till the ...

emWin_PNG License issues

Hi,We have successfully integrated Segger's emWin_PNG library (https://www.segger.com/downloads/emwin/emWin_PNG) with STemWin on STM32H7 series MCU. Segger License agreement shown during emWin_PNG library download has below wording which might be an ...

STang.1 by Associate II
  • 306 Views
  • 0 replies
  • 0 kudos

Remapping DCMI pins in f746 discovery board

Hi,I just started playing with STM32 tools and boards for my university thesis. Work would revolve around live video processing on an stm mcu. I am in possession of an stm32f746 discovery board, and was trying to hook up a camera (ov 7670) to it.But,...

AAnci.1 by Associate II
  • 513 Views
  • 1 replies
  • 0 kudos

Resistive touch calibration

HI,I have a stm32f769 custom board having 800*480 resolution RGB LCD. i am using tsc2003 touchscreen driver. i am able to port touchgfx and coulkd generate screens which are getting displayed without any issue. now i am trying to configure the touchs...