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

Rotation of STM32F429I-Disco LCD

Posted on February 11, 2016 at 21:18So I've been through the HAL, the CubeF4, and the StdPeriph library. There are many functions to do many things to the LCD but I cannot for the life of me find one to rotate the LCD or initialize it in with a land...

ejanuska by Associate II
  • 1333 Views
  • 2 replies
  • 0 kudos

about STemWin Window Manager

Posted on February 25, 2016 at 08:51Hello, I using STemWin, but I don't want to use window manager when I call GUI_Init() function and get GUI free bytes(GUI_ALLOC_GetNumFreeBytes()) it's always reduced 2.5K for GUI's memory (I see emwin user guile,...

yaomei65 by Associate
  • 322 Views
  • 0 replies
  • 0 kudos

stm32f756 dcmi - no dcmi interrupts

Posted on February 15, 2016 at 11:23Hi all Problem exists in custom board with adapted BSP from stm32f7 discovery. For ov2640 sensor I use component library from stm32cubef2.If initiate a camera with any resolution and begin transferring getting onl...

STemWin Library problem while Rotating LCD

Posted on February 12, 2016 at 13:38Hello, I am currently working with STM32F439ZI microcontroller and interfaced SPI LCD having 144x128 resolution with MCU. STemWin library is used to run my GUI on LCD. Currently I am facing issue of how to rotate ...

nipam by Associate
  • 315 Views
  • 0 replies
  • 0 kudos

FSMC timing calculation

Posted on February 08, 2016 at 14:40hello, I want to interface SSD1289 lcd controller to stm32f103zet6 micro controller. I'm trying to understand the FSMC timing computations but to no avail. I referred to application note and found the following. C...

0690X00000605LNQAY.png 0690X00000605LSQAY.png

SDIO transfers gets stuck

Posted on September 14, 2014 at 13:13Hi everyone. I'm having trouble writing images from a camera to a microSD card on my STM32F4 Discovery board. The SD writes keep getting stuck in the HAL function, SD_DMA_RxCplt(). I'm using FAT_FS, so even thoug...

STM32F4 and DCMI: DMA error

Posted on January 07, 2016 at 14:39Hi,I'm using a STM32F429 connected to a TVP5150 through DCMI interface.DMA is used to transfer data from DCMI to the external DRAM through the FMC.DMA is configured as follow:hdma_dcmi.Instance = DMA2_Stream1;    h...

luca2399 by Associate II
  • 1048 Views
  • 6 replies
  • 0 kudos

STM32F7 interfacing 7'' Rocktech LCD problem

Posted on January 30, 2016 at 16:52 Hello Guys, I've currently designed a board with an STM32F756IGT6. Connected to the board is an 7'' LCD from Rocktech. Same manufacturer as the 4.3'' LCD's that can be found on the stm32F7 discovery boa...

0690X00000605IaQAI.png
mvugs9 by Associate II
  • 521 Views
  • 1 replies
  • 0 kudos

STM32F429 DCMI -> DMA -> SDRAM

Posted on February 03, 2016 at 17:46Im trying to get image via DCMI, everything works fine, except DCMI frame received interrupt. When im receiving 320x240 rgb565 image, HAL_DCMI_FrameEventCallback is never triggering, so I redefined dma callback wi...

rokko by Associate II
  • 565 Views
  • 2 replies
  • 0 kudos