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! X-Cube Touchfgx software on Mac

HelloI am using a Mac. There is software support for stm32cude ide on Mac. But I would like to ask if there is support for Touchgfx application on a Mac.On the website https://www.st.com/en/embedded-software/x-cube-touchgfx.htmlI can not find a link ...

Avgerinos by Associate III
  • 639 Views
  • 3 replies
  • 1 kudos

LVGL demo code for STM32H7

HiI’m looking to use LVGL on a STM32H7 with LTDC for driving a 4.3”, 800x480, no-touch display with 16bit (RGB565) parallel interface.The ST document titled ’Out-of-the-box GUI Software (BSPs) available for STM32 display kits’ (link below) indicates ...

decalvus by Associate II
  • 984 Views
  • 0 replies
  • 1 kudos

Resolved! Dynamic Screens how to Create

I'd like to create a dynamic set of screens, where variables determine what containers are visable. Has anyone done anything like this?For instance, will have a series of settings screens and based on those settings/variables, the screens will dynami...

Resolved! how to run STM32Cube.ioc at TouchGFX project?

Hi I am luis.I'm testing TouchGFX and have a question.1. Create a custom board project with TouchGFX V4.22.1 Designer2. Move the STM32F769I_DISCO.ioc file in the project created above to the STM32CubeIDE folder in the project, then run STM32F769I_DIS...

Screenshot_5.jpg

User interface button

Hello ST community,I am developing a user interface with touchGFX in STM32F769i-Disco and i have multiple screens,one the screens it contains button and when a button is pressed i execute a command such a control a ledThe issue when i switch another ...