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

Run TouchGFX SDL2 Simulator on Yocto Linux

Hi There,I have a unusual question. We would like to use TouchGFX to design a simple GUI for a Yocto SOM Board an tried to cross compile a trial project. Compiling fails at linking because the touchgfx library libtouchgfx.a is not compatible. So my q...

LHege.1 by Associate III
  • 2576 Views
  • 8 replies
  • 0 kudos

Help with I2C LCD Interface

Hi there. I'm trying to configure an LCD display in 4-bit mode, which is connected to an I2C expansion chip. I am able to scan and find the I2C address to send commands to, so I assume that means my I2C handler is set up correctly. However, I am very...

Detect0r by Associate
  • 2974 Views
  • 1 replies
  • 0 kudos

Using TouchGFX to drive multiple LCD displays

Hi All,Are there any TouchGFX examples driving multiple displays over SPI using ILI9341 controller? I am able to drive a single 320x240 display no problem but run into issues when extending to two displays.I'm guessing I am sending too much data over...

MVart.2 by Associate II
  • 2582 Views
  • 13 replies
  • 0 kudos

TouchGFX project in CubeIDE

Did the followingCreate a very simple TouchGFX designer 1 screen with a buttongenerated codeclosed TouchGFX designerOpen CubeIDEImported touchgfx project (ioc file)Build CubeIDE projectGet the following build errors - Why doesn't the CubeIDE project ...

Resolved! BSP_LCD_DrawBitmap() image,png,Bitmap problems

Hello,After search on net too much time, i found a software that@sebastien Dumoulin (Community Member)​ made.https://www.electro-info.ovh/bitmap2headerfileHe or she did really well program, but i have some problems with that.BSP_LCD_DrawBitmap functi...

0693W00000QM5cSQAT.png 0693W00000QM5eiQAD.png 0693W00000QM4rWQAT.jpg
YAY.1 by Senior
  • 1763 Views
  • 2 replies
  • 0 kudos

how can i convert image.png color with BmpCvt.exe to an buffer 8 bit like stlogo.h and plot it in stm32f796i-discovery with a function BSP_LCD_DrawBitmap(uint32_t Xpos, uint32_t Ypos, uint8_t *pbmp) ??

i convert an image RGB to a buffer 8 bits and plot it with a function BSP_LCD_DrawBitmap(), but not work correctly like logo image.please any idea ?thank you.

Abdou by Associate II
  • 1671 Views
  • 2 replies
  • 0 kudos