STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 891 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
  • 811 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
  • 532 Views
  • 1 replies
  • 0 kudos