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

Modifying standard widgets

I've made some modifications to a standard widget by extending the widget class, for example to the Slider widget.I create a class MySlider that extends the Slider and override some of the methods. To use this new created class I then modify the View...

JVALL.1 by Associate III
  • 1016 Views
  • 6 replies
  • 0 kudos

How to work with touchgfx in bare metal ?

Hi...I m working on STM32f746g-Disco board, In cubemx I have added touchgfx software & since I want to configure the display on Bare metal I have disabled FREERTOS. When I have regenerate the code , OSWarraper file is getting generated. I want to kno...

PM.5 by Associate III
  • 621 Views
  • 4 replies
  • 1 kudos

Supported MCUs for 720*1280 DSI Display

Hello There,I'm new to DSI based Displays. We have got a DSI Display of 720(H) x 1280 (V) resolution which is based on ILI9881D and supports 2 Lanes.I want to know whether STM32F469VET6 could support it? As I couldn't find any guide for this.Any help...

KAgga.1 by Associate III
  • 658 Views
  • 4 replies
  • 0 kudos

What exactly is the operation cycle of Medel.cpp's void Model::tick()? And is it possible to set the operation cycle? I would like to know.

hello,​​I am trying to run the project created with TouchGFX in STM32H735D-GK.​It seems that the operation period of void Model::tick() of Medel.cpp is longer than 10ms instead of 10ms.What exactly is the operation cycle of Medel.cpp's void Model::ti...

mSH.1 by Associate III
  • 436 Views
  • 1 replies
  • 0 kudos

Resolved! BLIT_OP_COPY_L8 was not declared in this scope

Hi, I am trying to import a touchgfx project into cudeIDE and I'm getting the following errorsBLIT_OP_COPY_L8 was not declared in this scope (in STM32F7DMA.cpp)andno declaration matches 'void touchgfx::OSWrappers::taskYield()' (in OSWrappers.cpp)I'm ...