STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

How to change screen from user code space?

Let say in Screen1 view I have custom widget widget1. In Widget widget1 upon certain user input, we want to switch to Screen2 view. How can we do this?Can we switch directly to Screen2 from widget1?Or widget1 has to propagate the user input to Screen...

BParh.1 by Senior III
  • 2403 Views
  • 3 replies
  • 2 kudos

Why touch repeat button in touchgfx

Hi.i have a custom board and i made a touchgfx project.​everything works fine and my custom touch driver works good.but just a little situationWhen touch a button.button repeat quickly.every time that touchgfx function execute one time the button do ...

ajafa.1 by Associate
  • 622 Views
  • 0 replies
  • 0 kudos

adding items to scroll at run time

This of this like an address book, where the user can add and delete people from it. The scroll wheel is on the first screen and it list everyone in the address book. When you click on a person there are feilds you can edit and save. or delete th...

Resolved! "Generate Code" with TouchGFX - by using STM32H747 Discovery - folder "STM32CubeIDE" will be not created. Is it possible to use STM32CubeIDE for debugging with STM32H747?

If I press button "Generate Code" under TouchGFX: With STM32H747 Discovery board folder STM32CubeIDE is missing. But with board STM32H7B3 Discovery kit folder STM32CubeIDE will be created automatically and file ".Project" (for CubeIDE) is generated. ...

stmdelta by Associate II
  • 4220 Views
  • 19 replies
  • 1 kudos

DCMI Frame event when receiving JPEG image

Hoping for some guidance on DCMI implementation when receiving JPEG images. I am currently successfully receiving JPEG data over the DCMI interface using snapshot mode.The main issue is that the DCMI_FrameEventCallback does not seem to trigger so I a...

CHou.1 by Associate II
  • 479 Views
  • 0 replies
  • 0 kudos

Resolved! DCMI write to QSPI Flash

Just wondering if anyone has any insight or demo code regarding being able to write JPEG image data coming from the DCMI directly to QSPI Flash without having to allocate a temporary RAM buffer on an STM32F7XXX? Is this possible?

CHou.1 by Associate II
  • 525 Views
  • 1 replies
  • 0 kudos

Color handling bug in STemWin library?

Because nobody answers my questions I begun to investigate myself and found a very interesting thing. The STemWin manual suggest if I want to use the ARGB colors (instead of ABGR) then I have to add a definition into the GUIConf.h file:#define GUI_US...

Louie88 by Senior
  • 714 Views
  • 1 replies
  • 0 kudos