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! error: 'OSWrappers' has not been declared

Hi everyone,​STM32CubeIDE 1.3.032F746-Dicovery​In the above environment, I chose TouchGFX as an additional software and added graphics.And I created a simple GUI for testing by opening the file in the created TouchGFX directory.And when compiling, th...

lsoon by Associate
  • 3048 Views
  • 12 replies
  • 0 kudos

STM32F7 JPEG decoder, 16-bit DQT JPEGS

Hello,I'm developing a HAL-based software running on STM32F778AI MCU. The software uses the hardware JPEG decoder in DMA mode.It decodes 'classical' JPEG images that have 8-bit DQTs without an issue.But if a JPEG's the precision of the quantization t...

DMame.1 by Associate
  • 455 Views
  • 0 replies
  • 0 kudos

How do I redraw the frame buffer

Hi @Martin KJELDSEN​  I've got a problem that i want to redraw the frame buffer before the screen lights up.so I clean the frame buffer after close screen (memset(framebuffer,0,sizeof(framebuffer))).When the screen is bright I notice that only par...

Jack li1 by Associate III
  • 688 Views
  • 3 replies
  • 0 kudos

Resolved! Run target on STM32H747I-DISCO failed

Hello I am using graph on STM32H747I-DISCO. Running simulation is ok, like having the sine wave on it but when I click "Run Target" I get this error...Run Target Generate Done Generate Assets make -f simulator/gcc/Makefile ass...

Seem that something on my Discovery board is going wrong.. How to flash original demo on STM32F469I-DISCO? How to go successfull with examples on TouchGFX?

I bought a STM32F469-DISCO to start my adventure with STM's MCU.Included demo is great.Now I'm trying to upload some other example from CubeIDE and TouchGFX.I've updated st-link, and go.. (I'm working on a windows 10 system)From CumeIDE some examples...