2021-10-27 01:02 AM
4.18.0 was released 20th of October.
Release notes (which can be found here: https://support.touchgfx.com/docs/miscellaneous/changelog) is as follows:
I'm looking forward to give the new version a testdrive :)
What do you think of the new version? Bugs? nice features? Let ST know in the comments
(I'm not affilitated with ST - This post was simply missing so I made it)
2021-11-02 07:48 AM
Thanks!
Regarding the new video widget. I'm using the mdk-arm compiler.
Adding the video widget result with a linker error:
Error: L6218E: Undefined symbol touchgfx::VideoController::getInstance() (referred from videowidget.o).
What am I missing?
Thanks,
Ari
2021-11-03 04:35 AM
Are you working on a custom board or from a TBS for one of ST development kits ?
To work with the video widgets you need to enable Video Decoding in STM32CubeMX. This is done for some of the TBS for now (we are updating the others at the moment). Here is a link to the Generator User Guide and to the Video Decoding article which will help you understand how to work with the video widget. You can look at the TBS for the STM32H750dk board as well if you want, which has both hardware and software video decoding capabilities.
/Romain
2021-11-09 04:05 PM
Hi,
The offline PDF documentation still V4.16, can you update it?
2021-11-17 01:07 AM
Hi,
I just wanted to tryout the new video decoding feature in TouchGFX 4.18, from the fromer post I see that there is much additional configuration needed to make it really run on a hardware.
However after migrating to TouchGFX 4.18 there is a file generated (even without using the video widget) which I can not use and which is generating errors in the build process.
The file is: ./TouchGFX/generated/videos/src/keil/Video.s
I removed it from build configuration to be able to complete the build process.
We don't use Keil compiler in this project, how can I configure the TouchGFX project so it generates a correctly usable file for my project?
Best /Andreas
2021-11-17 01:10 AM
Is there an easier way to use the converter than constantly startup 'Enviroment', move to folder, ...?
Probably a provided batch file or something like that?
2021-11-17 01:12 AM
How is a translation agency supposed to edit the xml file?
2021-11-30 01:51 AM
Hi,
I'm just trying out the video widget.
I would like to put the generated video files to a separate section of the memory.
How can I do that?