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! STM32 BSP Documentation?

Posted on January 12, 2018 at 03:14I've just purchased an STM32F469 Discovery development board.  I've got the latest version of STM32Cube and able to build and run various examples on the board.  What I'm not finding is some decent documentation fo...

Touch GFX : error during code generation

Hi,I'm using touch GFX designer 4.10 to make a simple application on the STM32F429 discovery.I opened Touch GFX designer, I create my first application based on the STM32F429 discovery, I try to run on simulator, on target and generate the code ==> i...

JEN by Associate II
  • 420 Views
  • 1 replies
  • 0 kudos

Screen redraw

Hi, I have a problem redrawing the screen after changing the content. I am using FreeRTOS and TouchGFX runs in one task, and the modifications runs from a different task.The constructor of the screen adds all drawables to the screen object. But they ...

0690X000009YNs5QAG.jpg 0690X000009YNsAQAW.jpg 0690X000009YNsFQAW.jpg
kvl by Associate II
  • 916 Views
  • 2 replies
  • 0 kudos

A scroll wheel bug in Designer

I have to try used the scroll wheel item in my design.I set the Item Template and set number of items to 7, but the code of viewbase.hpp always 4 and viewbase.cpp is 7.Code is like below..hpp : touchgfx::ScrollWheel scrollWheelFile;  touchgfx::Dra...

achan.12 by Associate II
  • 352 Views
  • 1 replies
  • 0 kudos

TextureMapper and ORIENTATION_PORTRAIT

HiI have som problems using ORIENTATION_PORTRAIT. I got an display physically in landscape orientation, but optionally used in portrait orientation.Texts and lines works fine but images are not rotated automatically. :(But I am surprised that images ...

0690X000009YLqHQAW.jpg
kvl by Associate II
  • 544 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX compatibility with C functions?

I am considering using the TouchGFX ecosystem for embedded touchscreen operation. From the TouchGFX website I understand that that it is written in C++. I'm programming in C and want to know if it is possible for TouxhGFX widgets to pass data to and ...