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

Slide transition between screens no fluently motion

I have a display with 600 x 1024 pixels (portrait) and some screens with a full sized images as background.For changing screens, I use the in the TouchGFX Designer (4.10) included action "Change Screen", transition "Slide" and transition direction "E...

WPrec by Associate II
  • 1145 Views
  • 5 replies
  • 0 kudos

Integrating TouchGFX with I2C sensor

Hello!I am working on to integrate a BMP180 sensor with my stm32f769i discovery board. The goal would be to read temperature and air pressure values and show these values on the screen. I have written the driver code in C for the bmp180 and it's work...

AVajd by Associate II
  • 670 Views
  • 2 replies
  • 0 kudos

Using ARM/MBED Library's with TouchGFX.

Hi everybody.It's possible, to use ARM/MBED Library's with TouchGFX.I have one of the STM32F469I-DISCO boards, and i like to use I2C small modules made for arduino, for example ANI219, and this libraryhttps://os.mbed.com/users/maximusismax/code/INA21...