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

STM32F767 TFT LCD LTDC RAM Problem

Hello I'm just a beginner at STM32.I'm going to use 800 x 480 TFT LCD this time.First, I set LTDC to CUBEIDE like this.I'd like to check if only the color comes out with HAL_LTD_SetAddress.When you attempt to use uint32_t frame_buffer [384000] as a g...

0693W000008GF84QAG.jpg 0693W000008GF7uQAG.jpg
Ljunh.1 by Associate II
  • 414 Views
  • 0 replies
  • 0 kudos

Resolved! Creating a rotary button effect?

Hi,I was wondering if anyone have made a 'rotary-style' button, like a rotary encoder or a volume knob that can go on-screen?I suspect it would involve resolving a touch input and mapping it to some sort of circular motion or something like that. A r...

HP by Senior III
  • 1803 Views
  • 6 replies
  • 0 kudos

Problem with STM32F429 LTDC

Hello community,I'm working on custom board based on stm32f429bi that is connected to 800*480 TFT LCD and 32MB of SDRAM. LTDC buffer is configured to be on the SDRAM. I can properly pour whole screen with red, green,blue and any other colors without ...

0693W000008G6V9QAK.png 0693W000008G6VOQA0.jpg
Ahaji.1 by Associate II
  • 567 Views
  • 1 replies
  • 0 kudos

Loading object code error

Hello!THis is my SCT file; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; *************************************************************   LR_IROM1 0x08000000 0x00100000 ...

0693W000007EaToQAK.png 0693W000007EaTtQAK.png
EEuge by Senior
  • 3834 Views
  • 24 replies
  • 0 kudos

Porting display project. It works with image crafts compiler But not with IAR compiler. Any ideas what the problem be?

We are porting a display-project from Imagecraft-compiler to IAR-compiler for the STM32F446-chip. This is the most vital bits of the LDC-drive (with ILI9488-chip). The pins are alive, checked by an oscilloscope (we don't have a logic analyzer) and th...

RLind.2 by Associate II
  • 646 Views
  • 1 replies
  • 0 kudos

How TouchGFX fonts are encoded?

Small generated fonts are not pixel perfect (in fact 70% are incorrect), and I want to fix them by hand.My generated font data looks like this (10px source sans, 1bpp): // Unicode: [0x0030, zero] 0x96, 0x99, 0x99, 0x06, // Unicode: [0x0031...

Tuoman by Senior II
  • 415 Views
  • 1 replies
  • 0 kudos

Howto trigger flushFrameBuffer(Rect&)

Hi all,we have a STM32F103 MCU with an Epson TFT controller with an internal framebuffer. This framebuffer is attached via FSMC bus and memory-mapped at 0x68000000. We already have an application that draws graphics successfully to our display (using...