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

STM32F446 Jpeg HardFault when image is too wide

Hello,I'm using LibJpeg from CubeMX to decode a jpeg file from SD-card and display it on an ILI9341 display. I found out that decoding will work only, if I decode an vertical rotated picture (240x320). If I want to decode the same picture horizontall...

georga by Associate
  • 187 Views
  • 0 replies
  • 0 kudos

STM32F7 DCMI support for output mode?

Posted on July 02, 2015 at 12:21Reading the reference manual RM0385 (DocID026670 Rev 1) in the introduction to the DCMI on p. 478 I encountered this: ''[...] This interface is also able to transmit a parallel data flow, allowing it to emulate a came...

arne by Associate II
  • 378 Views
  • 6 replies
  • 0 kudos

How to integrate touchgfx with keil ?

hi I make a very basic project in touchGfx works fine in stm32f746 disco board when load from TouchGfX directly . After that i run stm32Cube project located on my touchgfx folder and generate code foe keil . When i start to build the code i got some ...

SIsla by Associate
  • 409 Views
  • 2 replies
  • 0 kudos

TouchGFX Error on SW4STM32

Hi, i'm working on my first project that i use touchGFX, i used ST tutorial to generate code for Eval Board STM32F429I-EVAL. i have an execution error : ../TouchGFX/simulator/main.cpp:30:22: fatal error: shellapi.h: No such file or directory This er...