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

Camera with stm32F7

Is it possible to have good qualities video (1080p, or 4k) using a camera and the DCMI port of the STM32F7 ? I would like to make my own board using an F7 and a camera, then stream the video to my phone using Wifi or an Ethernet cable, but I am afrai...

emil28 by Senior
  • 1482 Views
  • 7 replies
  • 0 kudos

Modifying the EWARM Project

https://touchgfx.zendesk.com/hc/en-us/articles/360020001992-Configuring-STM32F7508-DISCOit is only described by ewarm program but there is no information about keil related library installation under this titleModifying the EWARM ProjectAdd component...

0690X00000AQzLlQAL.png

Resolved! Do You plan to prepare the explanation or solution (video or something) to overcome 469/769 GUI applications obstacles ? Currently relevant ST tools are not sufficiently helpful :(

There is a "CubeIDE 1.0 and TouchGFX 4.10.0: Resolving integration issues (1080p) " video presented by Mr Matrin Kjeldsen on the Youtube. It is a very valuable material. It solves the problems, but only with the STM32F746G Discovery board. Analogues ...

jada by Associate
  • 700 Views
  • 5 replies
  • 0 kudos

Assertion Failed in simulator

Working on STM32F746G-Disco board, my app works on board, simulator compiles on Visual Studio, but won't compile on TouchGFX designer and keeps saying " fatal error: mvp/MVPApplication.hpp: No such file or directory #include <mvp/MVPApplication.hpp>b...

0690X00000AR8gGQAT.png
Zui by Senior
  • 338 Views
  • 0 replies
  • 0 kudos

Use LibJPEG to Decompress JPEG

Hi all,I`m trying to build a project with STM32CubeMX , Using FATFS for SDcard and Decoding JPEG with LibJPEG.And I just want to test if it can decompress successful or no,but it stacks in{ jpeg_start_decompress } function.I have no ideal about why i...

0690X00000AR8TqQAL.png 0690X00000AR8U0QAL.png