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! TouchGFX 4.21.4 Library and Exceptions

Using Keil ARM MDK 5.37 with armclang.I migrated our TouchGFX 4.20 project to version 4.21.4 for testing if an annoying graph bug might be fixed.Now the binary is muuch larger and does not fit into microcontroller flash no more. I figured out that th...

_legacyfs_online_stmicro_images_0693W00000dJoumQAC.png _legacyfs_online_stmicro_images_0693W00000dJov6QAC.png
SWT-GAL by Associate II
  • 1325 Views
  • 4 replies
  • 0 kudos

Resolved! TouchGFX: Only show part of an image

Hello,I have a .png image that I'm using in the TouchGFX GUI (utilizing the STM32H725AGI6), which I have fully integrated with the display and working.That image is going to dynamically change based on a specific value received from the code (0-100%)...

KMew_0-1698673759728.png KMew_1-1698673768435.png KMew_2-1698673777363.png
KMew by Senior III
  • 717 Views
  • 1 replies
  • 0 kudos

Resolved! How to combine TouchGFX , WPAN BLE & Sequencer ?

Hi,In my project, I have an epaper screen driven by TouchGFX (4.22.0), Bluetooth and I try to manage the solution with the sequencer.Without the sequencer and bluetooth, the epaper works fine.I follow this solution Howto combine TouchGFX and WPAN BLE...

arault by Associate II
  • 653 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX example question

Hello,Could somebody explain what is the purpose of this second line of code below taken from main.c in TouchGFX example for STM32HB3I-DK?:SDRAM_Initialization_Sequence(&hsdram1, &command);*(__IO uint32_t*)(0xD0000000) = 0x11111122;It works fine with...

RZasa.1 by Associate III
  • 626 Views
  • 2 replies
  • 0 kudos

TouchGFX, Shifted image

Hi I am luisI have tried to test stm32f4r9i-disco evaluation board.I made new stm32f4r9i mcu project and merged stm32f4r9i-disco evaluation code but I have a problem!!  No matter what I modified in the code, I could see the same moved image.please he...