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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

STM32F4DIS-CAM documentation?

Posted on June 11, 2018 at 11:02Hello!I ordered the https://www.digikey.com/products/en?WT.z_cid=sp_497_0928_buynow&Enterprise=44&lang=en&Vendor=497&mpart=STM32F4DIS-CAM camera module and I am trying to interface it with my STM32 F7 discovery board....

Jur Div by Associate II
  • 1185 Views
  • 2 replies
  • 1 kudos

LTDC STMF32 Double buffering problem

Posted on June 08, 2018 at 02:24I'm trying to do double buffering using the hardware, STMF32492I.. so first I'm initalizing two layers in two different addresses.Then I write to the back buffer, switch the back buffer..But The problem I get multiple...

Using 2 device with FSMC?

Posted on June 04, 2018 at 10:39Hi,Right now I am facing with the next issue:I am using FSMC to drive an SDRAM (IS66WV51216) and an LCD (https://shop.boxtec.ch/tft-lcd-shield-for-arduino-unomega-ili9481-p-42762.html?language=en). As I use only the S...

STemWin: MPU configuration for SDRAM and LTDC

Posted on May 29, 2018 at 13:46Hello to everyone!Recently I was faced with a problem using GUI_GIF_Draw() function. That function works properly with a graphical memory assigned to internal RAM using GUI_ALLOC_AssignMemory() and fails if memory assi...

0690X00000604WLQAY.jpg 0690X00000604WkQAI.jpg 0690X00000604c8QAA.jpg
Alex Gab by Associate III
  • 2344 Views
  • 6 replies
  • 0 kudos

STemWin & GIF image & MULTIBUF

Posted on May 27, 2018 at 21:15I did make a project for DiscoveryF746 & CubeMX 4.25.1 with the window with GIF image (my avatar).For GUI_App.c filethe angel does not wave his wings for setting (as well as on my avatar) WM_MULTIBUF_Enable(1);Angel wi...

0690X0000060PGNQA2.gif

Mystery OVR (overrun) using STM32f769's DCMI

Posted on May 22, 2018 at 22:28So, we are developing a camera-to-display interface STM32f769.  Our EE has created an FPGA which is wired in to our STM32F7, giving us good VSYNC, HSYNC, DATA, and CLK pulses (verified by Salae).  We have configured ou...