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

change ScrollWheel's content dynamicaly

When screen initializes:  scrollWheel1.setNumberOfItems(1);  scrollWheel1.setDrawables(scrollWheel1ListItems, updateItemCallback, scrollWheel1SelectedListItems, updateItemCallback);After run for some time, scrollWheel is re-configed as: scrollWheel1....

shark by Senior
  • 740 Views
  • 4 replies
  • 0 kudos

Resolved! Textarea memmanage handler problem

Hello,I have created custom board with STM32H723 and a external qspi memeory. I can store image data on qspi and showing them on lcd screen. So my external flash its working fine. When i use textarea programs go to Memmanagehandler and stuck. If i tr...

alper by Associate II
  • 267 Views
  • 6 replies
  • 0 kudos

Resolved! STM32U5G9J-DK1 drive LCD with single lane

Hi Community, I have STM32U5G9J-DK1 board and I am able to run several graphics firmware by using 2 data lanes of DSI host.However, in my custom board (yet to develop), we will have only single data lane LCD module.So, I want to try single lane firmw...

Resolved! how to integrate touchgfx and dac

how to connect sine wave generation code to the TouchGFX interface and when a button is clicked it has to move to second page and trigger the generation ,how to use the mvp model,this the code for the sine wave generation and contiously writing to da...

Sharan by Associate III
  • 218 Views
  • 2 replies
  • 0 kudos

Resolved! Sending Data to TFT/LCD via FMC fails

HiI'm struggling with a TFT Display and a Nucleo U575 board. The Display is a 320x240px Display that I want to control with a 16 bit FMC interface.As the Display doesn't show anything, I connected my Logic analyzer to the Nucleo's FMC Pins.Result: It...

MGuth.1 by Associate III
  • 3148 Views
  • 18 replies
  • 0 kudos
Labels