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

Customized Nucleo board with changed MCU

Hello,I'd like to customize one of the current available demoboard (NUCLEO-G071RB) changing the MCU with a compatible one which I have purchased (STM32G0B0RET6).I've mounted this pin-to-pin compatible MCU (according to CUBEMX) on the aforementioned N...

Madrac by Associate II
  • 775 Views
  • 2 replies
  • 0 kudos

Resolved! stm32H743ZI TouchGFX FrontendHeap HardFault

I have an Error using a Custom Board with a STM32H743ZI controller.First a want to use the internal Flash and RAM_D1 for the TouchGFX App but i always get a Hardfault on LineFrontendHeap& heap=FrontendHeap::getInstance();__HAL_RCC_CRC_CLK_ENABLE(); i...

PPete by Associate III
  • 878 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX 180 degree orientation?

Hi everyone,is it somehow possible to "flip" the screen for a 180 degree rotation?Either on TouchGFX, LTDC or DMA2D level?We are using CubeMX to generate the whole project and everything works smoothly, but we need to rotate the screen.Cheers,Patrick

Resolved! LCD TFT RGB interface with 800x480 resoluton.

Am using STM32H745BIT6 controller with LCD TFT RGB parallel interface. My end application will consists of lot of graphics and also Animation.Can I use RGB parallel interface with 800x480 resolution. Am using 16bit SDRAM and color depth is 16bpp. Wil...

ATank.1 by Associate III
  • 4949 Views
  • 4 replies
  • 0 kudos

FSMC-why do I need it?

Posted on February 06, 2016 at 06:37hello there, I've seen on some forums that people are suggesting to use FSMC to interface LCDs. Many LCD drivers also make use of FSMC. So, I tried to find out what FSMC does. ST provides manual that explains all ...