STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! First steps on CubeIDE and TouchGFX

I'm moving my first steps on STM's CPU, and I would like to start playing with stm32f469i-disco.Where I can find an updated step-by-step guide to open a project on TouchGFX, export into a project on CubeIDE and successful play on the discovery board?...

DNardi_MS by Associate II
  • 1038 Views
  • 6 replies
  • 0 kudos

RTC update lag

Hello dear friends,The problem I have encountered is that updating the digital clock takes too much time. So I can see that some time updating takes up to 3 seconds, it is wonderful that other widgets don't stop and do their work.I didn't understand ...

Open in STM32CubeIDE

I want to use the CubeMX Plugin in STM32CubeIDE with an TouchGFX project but I'm not able to open the .ioc file inside the imported project. Board: STM32F429I-DISCO1My steps are: make new Project with TouchGFXGenerate CodeStart STCubeIDE and Open Pro...

DAuer.1 by Associate
  • 375 Views
  • 1 replies
  • 0 kudos

Resolved! how to include C code in C++ and the opposite?

I have a problem that I cannot include C code in C++ and the opposite. Different sites suggest to solve this problem by including the header file of C in the header file of C++ (Model.hpp) like:#ifdef __cplusplusextern "C"{#endif#include "coreTransf...

KFrey.1 by Associate II
  • 2474 Views
  • 4 replies
  • 0 kudos

ClickListener and Mixins

Hello AllI am trying to add a ClickListener to ScrollWheel in my project.I am referring following link as a tutorial for the same https://touchgfx.zendesk.com/hc/en-us/articles/360002825452-Mixins-and-ClickListenerBut, even afer following the tutoria...

DMA2D for A4 Color mode

Hi, I am developing code for a display on the STM32746G-Discovery.Is it possible to display fonts without blending? (Not to have to erase the background beforehand)If I use the DMA2D with memory to memory with blending, everything works as expected, ...

Marco.D by Associate II
  • 521 Views
  • 2 replies
  • 0 kudos