STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

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

STM32H7 DCMI DMAMUX1 error

Posted on May 10, 2018 at 15:56Hello!I try to realize DCMI interface with DMA based on STM32H7 kit, and read two manuals such as  AN5020(page 45)  and  RM0433(page 638) . I suppose I have found some error. On the screen we can see different DMAMUX1 ...