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! TouchGFX Designer Color Defines

Hey ST Employees!as I start a new project using the TouchGFX Designer, i noticed that there is some helpful feature missing:At the moment it is not possible to set some global colors just as it is possible for texts. Especially when using multiple sc...

4.JPG
MBrau.7 by Associate II
  • 740 Views
  • 4 replies
  • 2 kudos

Resolved! NeoChrom / Nema API update

Hi,the Nema API shipped with the latest TouchGFX release is missing the "nema_set_recolor_color" API call.Will there be an update or, even better, an official way to download the API documentation, library and headers without the need to download Tou...

Compile Error

Greetings,I just migrated the latest TouchGFX version (4.24.0) and now I am getting a compile error:  [build] ...../touchgfx_win/generated/simulator/src/mainBase.cpp:39:10: error: 'lcd' is not a member of 'HAL'; did you mean 'lcd'? You have to change...

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
  • 516 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
  • 688 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...