STM32 MCUs TouchGFX and GUI

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

STMF469I DISCO TouchGFX demo problem

Hi,I have compiled and load the demo to the board with STMCubeIDE 1.4.0 on Linux.When I start the board, it seems that the display is correct during a quarter of second or less.Then the colors are getting weird, like if there is a palette problem.Doe...

Resolved! animatedImage display issue with TouchGFX

Hello,I'm currently developing an application on a STM32H753VT6 with touchGFX and I have an issue with an animatedImage Widget. I want to create a gif with 12 bells images.The problem is that the bottom of the animation is (sometimes partially) missi...

0693W0000059iijQAA.jpg
AJT141 by Associate III
  • 1136 Views
  • 5 replies
  • 0 kudos

Resolved! I want to add a box dynamically on a button click in the buttoncallbackhandler() function.

So I tried creating a box in the buttoncallback function as follows : touchgfx::Box * box_temp = new touchgfx::Box();    box_temp->setPosition(170,180,500,220);    box_temp->setColor(touchgfx::Color::getColorFrom24BitRGB(255,255,255));    box_t...

DSI Video Mode Sample for STM32F7 with TouchGFX

Hi ST Team, Current we using an TFT LCD Drv (ST7701) without GRAM. So we have to use DSI in video mode. But it's hard to understand the required DSI video mode configurations. So we need Dsi video mode code working sample.After Surfing the Stm32 Appl...

mibra.1 by Associate III
  • 2769 Views
  • 12 replies
  • 0 kudos

Integrate Keyboard in Custom TouchGFX Application.

Hello everyone,I am trying to build a custom application for my STM32F769i-Discovery Board. The Application consists of a Login Page which will compare the input with existing database and then move to next page after authentication. I wanted help on...

AKetc by Associate III
  • 4290 Views
  • 14 replies
  • 0 kudos

Use LTDC with DSI on STM32L4R9

I have a custom board with an STM32L4R9 connected to a display (320x480) with internal GRAM over DSI. I've been successful in configuring and controlling the display using the HAL DSI API. Now I would like to use the LTDC to feed the DSI controller ...

ebray by Associate II
  • 2239 Views
  • 9 replies
  • 0 kudos