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

n00b question: How big of a screen?

Trying to decide if TouchGFX with some variant of STM32H7 is the right solution for us and the Boss wants to know how big of a screen we can expect to drive and still get quality resolution and snappy feel. How do I determine memory requirements and ...

Resolved! Linker error in TouchGFX and VisualGDB

Hello,I'm trying to setup a system with STM32F7 with hardware FPU, TouchGFX and VisualGDB. I can compile, however during linking I get the following error:TouchGFXConfiguration.cpp Linking VisualGDB/Debug/Ozonclean... c:/sysgcc/arm-eabi/bin/../lib/gc...

eddiemat by Associate II
  • 961 Views
  • 5 replies
  • 0 kudos

How to write the transition code in user code?

Hi,I am designing the transition of screens. How to write the transition function in user code graciously? I just generate the unused interation in the screen which does the action of changing screen and call the action generated "gotoScreenSildeTran...

JJ.Lin by Associate III
  • 356 Views
  • 1 replies
  • 0 kudos

HAL_DSI_MspInit bad generation for STM32H747

Hi,i use DSI Host with generation in separate file dsihost.cIn HAL_DSI_MspInit CubeMX and STM32IDE generate next lines/* DSI clock enable */__HAL_RCC_DSI_CLK_ENABLE();( );__HAL_RCC_GPIOB_CLK_ENABLE();error: expected expression before ')' token

x893-00 by Associate II
  • 582 Views
  • 4 replies
  • 0 kudos

Update external flash memory via usb stick

I have developed a custom bootloader for updating the fw via usb stick for stm32F7...I would like to integrate the possibility to update the external flash memory via quadspi... Which are the adds what I should introduce to the initial bootloader in ...

SGasp.1 by Senior
  • 521 Views
  • 1 replies
  • 0 kudos