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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

ScrollableContainer scroll speed is not fast enough

Hi ST-Community,I already set the speed of the scrollable container to maximum via calling of the function setMaxVelocity(0xffff).But I'm still not satisfied with the actual scroll speed.is there any other possibility to increase the scroll speed?BRD...

DPfei.16 by Associate III
  • 651 Views
  • 2 replies
  • 0 kudos

how to draw background image using tiling technique

We are trying to draw a full screen (480x272) but using a tiling method of size 16x16 pixels. We are using a struct UI_Image for each tile, like this one below: struct UI_Image{ touchgfx::Image image; uint8_t image_id; uint8_t is_created; };struct UI...

Iswarya by Associate II
  • 1312 Views
  • 8 replies
  • 0 kudos

LCD controller FIFO underrun

Hello,i use a custom DSI display on the STM32F769 Discovery Board.The display has 720x720 pixels and no framebuffer. Therefore I can't use the DSI adapted command mode but I have to use the DSI video mode.I have the following problem:When the pixel c...

DPfei.16 by Associate III
  • 5212 Views
  • 23 replies
  • 1 kudos

Display camera images on screen

In my project, I’ll plug a camera on the stm32f769I board, and show the image from the camera on the screen. Is there possibility that show the image with using TouchGFx

WLin by Associate
  • 898 Views
  • 3 replies
  • 0 kudos

stm32h750 & IAR (EWARM)

HelloI'm working with the stm32h750 eval board and touchgfx, my GUI is ready, but now i need to conect to some hardware (relay, sensors etc). i usually work with keil, but touchgfx not generating keil project and i lost hope it will before my dead-en...

Zui by Senior
  • 870 Views
  • 4 replies
  • 0 kudos