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

How do I draw a single point or pixel?

Hi,I'm trying to build my own graph widget, because the one provided slows down with bigger numbers. Now I want to speed it up by not having lines from one to the next datapoint but simply draw the pixels into the graph. Is this an appropriate approa...

How to get rid off unwanted pixels around touch buttons and horizontal interruptions during switching between screens.

 I am working with STM32F746NGHx. I am using STM32Cube, System Workbench and TouchGFX Designer.I created en empty project in TouchGFX Designer. I added 2 screens. Each of them has only one button. If you pressed it, you will see the second screen. I ...

WCich.1 by Associate
  • 401 Views
  • 0 replies
  • 0 kudos

Hi I Have been working in touchgfx for month, now my task is to enable uart function in touchgfx and to print the received things in textarea. For that i had enabled the textarea resource id with buffer size of 30 and enabled the HAL_UART in cubemx

Here is the code for the touchgfx i had called the virtual function "data" when screen 1 is entered. Plesae let me know is this was the correct method for UART for printing the received data. If someone had sample code for UART please Post it.***##sc...

ABabu.1 by Associate
  • 454 Views
  • 1 replies
  • 0 kudos

latest STemWin and DSI driver

Hello,So i did try to port my project to the STM32H747I-DISCO board, to evaluate if possibleto switch to the new dual core H7 chip.It seems that the DSI driver implements some anti tearing feature, that splits the screen into zones, that subsequently...

M0NKA by Senior
  • 358 Views
  • 0 replies
  • 0 kudos

Bitmap::cacheAll() crash

I stored all image content from section ExtFlashSection on my sd card, when loading:#define CACHE_SIZE 3000000void touchgfx_init(){  uint16_t dispWidth = 800;  uint16_t dispHeight = 480; uint16_t *cache = (uint16_t*)malloc(CACHE_SIZE);  HAL& hal = t...

shark by Senior
  • 466 Views
  • 2 replies
  • 0 kudos

Using FatFS with JPEG Codec and show on LCD Panel

Hi,​I`m trying to read the SDCard using FatFS and Decode the JPEG file then show on LCD, but I face some problem on it.​I reference the JPEG_DecodingUsingFs_DMA in STM32Cube_FW_H7_V1.5.0, and the detail code down below.uint32_t JPEG_Decode_DMA(JPEG_H...

0690X00000BvTFSQA3.jpg