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! 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
  • 1039 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
  • 376 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
  • 613 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
  • 578 Views
  • 1 replies
  • 0 kudos

How to use DMA2D

Hello Dear Engineers,I am looking for using DMA2D with stm32f429IGT6. So far I have been able to use RAM and LCD in cooperation. Now I want to use LVGL as the main framework. The main problem is I don't know how should I use dma2d in the bare-metal c...

dynamicBitmapCreateExternal

Good morning,I would like to use the "dynamicBitmapCreateExternal" function as my dynamic image is already present in flash in ARGB8888 format.I'm using GFX 4.16.1, compiling the compiler tells me Error [Pe020]: identifier "dynamicBitmapCreateExterna...

GGatt by Associate II
  • 397 Views
  • 1 replies
  • 0 kudos