STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

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
  • 819 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
  • 849 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
  • 545 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 ...