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

STM32F429-DISC1 White Screen Error

Hello , I just bought STM32F429-DISC1 a few weeks ago.I did the following :Turned it ON by connecting to my laptop.installed the drivers. and updated the firmware Everything worked perfectly fine. Then I put it in a box safely because I was busy with...

0690X00000895hFQAQ.jpg

Access a scrollable container using hard keys

Hi, I want to access a scrollable container using Hard keys, is it possible? I have tried with doscroll virtual function by creating a subclass for scrollable container. We are using LCD with no touch option, so i have to control the scrollable conta...

PBU by Associate III
  • 379 Views
  • 1 replies
  • 0 kudos

Resolved! Are there in-depth ways to investigate why HAL_DCMI_Start_DMA() is not putting data into the"*pdata" pixel buffer?

I am getting pixel data to the stm32. I am reaching the "end of frame flag clearing" at:stm32l4xx_hal_dcmi.c ----> HAL_DCMI_IRQHandler() ----> (line 811)__HAL_DCMI_CLEAR_FLAG(hdcmi, DCMI_FLAG_FRAMERI);I am simply checking cameraBuffer[] pixel array u...

KM.8 by Associate III
  • 10734 Views
  • 11 replies
  • 0 kudos

Touch Gfx and Keil uVision

I try to use my STM32F429 Discovery Kit with: Touch Gfx and Keil uVision.I’m able to create a program with STM32CubeMX ( follow this guide:https://touchgfx.zendesk.com/hc/en-us/articles/360021620431-Configuring-STM32F429I-DISCO )but I have some probl...

GPinz by Associate
  • 834 Views
  • 1 replies
  • 0 kudos

LTDC confused between multilayer and multibuffer

I have an STM32F769I talking OK from SDRAM via LTDC and DSI to a RAMless display (ILI9806E). I'm trying to implement multiple buffers to allow writing to one whilst another is displaying to prevent the display breaking up. What I can't work out is wh...

Graphics UI

Hi Team,Am working with STM32L4F9 Discovery boardGenerated code for sample UI with emWin and added to GUI code...trying to explore the GUI apis and using it,but i could not use them properly.........I found a PDF STemWin532 and it was pointing to som...

AGumm by Associate II
  • 364 Views
  • 0 replies
  • 0 kudos