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

Resolved! Slider bug in 4.18.0?

I believe there is a bug in the slider widget in 4.18.0. I am using a slider to quickly adjust a parameter, but my incremental values are so small that I cannot easily position the slider on each unique value using the touchscreen, i.e. the button ma...

0693W00000GXwbyQAD.png
wired by Senior III
  • 1662 Views
  • 7 replies
  • 0 kudos

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
  • 2401 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
  • 2739 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
  • 2372 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 ...