STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1506 Views
  • 0 replies
  • 2 kudos

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! How to implement "SwitchScreen()" in touchgfx?

Hello all, I am trying to switch the screen throuch code in touchgfx.If I use SwitchScreen, how shall I state the argument (screen* newScreen)?If, for example I want to switch to Screen7. Shall I call the function with SwitchScreen(scr7)?where scr7 i...

kvkhekale by Associate II
  • 6461 Views
  • 31 replies
  • 2 kudos

TouchGFX Create a Count-down Timer

How do you create a graphical count-down timer in TouchGFX?Are there any example custom widgets that implement a count-down timer that I am not already aware of?It seems that the Model::tick() function's cycle time varies based on the LCD, so I am no...

Resolved! Touch gfx linkers

When i run target this message appeared plz help me '' Compiling Utilities/JPEG/jpeg_utils.cCompiling Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.cCompiling ASM STM32CubeIDE/CM7/Application/User/Startup/startup_stm32h747xihx.sLinking CM7/TouchG...

Aziz by Associate II
  • 763 Views
  • 10 replies
  • 1 kudos

STM32U535 + ILI9341 TouchGFX Performance

I'm using TouchGFX with a custom board that contains a STM32U535 and ILI9341 display.  The display also has the XPT2046 touch controller.  The issue I'm running into, which ControllerTech pointed out in his video, the touch/refresh is kind of spotty ...

kumaichi by Associate III
  • 154 Views
  • 0 replies
  • 0 kudos

TouchGFX error: no declaration matches ERROR

Hello there, I was working on TouchGFX and when i tried to build my code i got error: no declaration matches 'bool TouchGFXHAL::blockCopy(void*, const void*, uint32_t) and same for endFrame and beginFrame. But i couldn't solve the problem.  Here is t...

Resolved! Touchgfx and HAL_GPIO_WritePin in simulator

This piece of code works if I transfer it to my board, but if I use the simulator in TouchGFX, I get an error: gui/src/model/Model.cpp:7:10: fatal error: main.h: No such file or directory #include "main.h". Screen1View.cpp#include "stm32f7xx_hal.h" /...

amigafan by Associate III
  • 568 Views
  • 7 replies
  • 0 kudos
Labels