STM32 MCUs TouchGFX and GUI

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

Resolved! QSPI.mac of STM32F746 Disco board project

Hello,When generating a project for STM32F746 Disco board a QSPI.mac is generated.This file contains instruction to load into RAM __hwReset(0);    __message "---- setup device ----" ; Reg = __readMemory32(0x40023838, "Memory"); // RCC.AHB3ENR enable ...

[stm32f769i_discovery] section placement failed[solved]

hi ,i'm working on stm32f769i discovery , i did an application through the touchgfx i started with one screen and one slider and everything worked fine , but after that i tried to add some pages and images and i got that error msg from the compiler  ...

AAhar by Associate III
  • 831 Views
  • 5 replies
  • 1 kudos

STemWin "DROPDOWN' problem.

Hi,We have problem with using “ID_DROPDOWN_0�? component. Source code is attached.After clicking the dropdown, it expands normally, but clicking in expanded area, we do not get the event ‘WM_NOTIFICATION_CLICKED’ second time at all. It makes we can n...

APiet by Associate
  • 407 Views
  • 0 replies
  • 0 kudos

Touch GFX without external flash

Hi, I would like to implement a boot loader and still use touch gfx to show very basic info on our screen while the firmware update process is taking place. Probably a black background with white text showing the progress.Is there a way to build the ...

Plaramee by Associate III
  • 723 Views
  • 2 replies
  • 0 kudos

Simplest way to create a video file from RGB data

Hello, we are creating an embedded camera application on the STM32F7. In snapshot mode we allow the user to save individual images to SDCard in RGB format, or in video mode to save successive images at about 5 per second to SDCard, also in RGB forma...