2020-10-12 07:20 AM
Hi Everyone,
If you haven't noticed by now, X-CUBE-TOUCHGFX 4.15.0 is out, available from CubeMX 6.0+ and from st.com as a zip (Also installable through CubeMX).
Main features:
Here's the documentation for 4.15.0: https://support.touchgfx.com/
/Martin
2020-10-15 12:37 AM
Very nice!
The "base screen" not yet implemented in 4.15?
https://community.st.com/s/question/0D50X0000CBl27ZSQR/add-an-interaction-to-all-screens
I updated from 4.14 and update seems to work flawlessly :thumbs_up:
2020-10-19 11:24 AM
Great job!
I just noticed tonight that a new version was available - the graph widget sounds fantastic!
Can't wait to give the new version a spin :)
2020-10-23 02:33 AM
Small bug reports in 4.15 graph in the Designer:
No game breaking issues found yet =)
2020-10-23 02:57 AM
Thanks for the feedback, @Tuoman! =)
2020-11-05 05:36 AM
I don't know if I should make a new post for this.
It seems that the digital and analog clock widgets do not work (never updated) only with STM32G071 application template (at least with the simulator, I cannot confirm with the board). Can you confirm ?
2020-11-06 06:31 AM
@Martin KJELDSEN I've installed TouchGFX Generator 4.15 via CubeIDE, I've selected the Software Packs with settings: LTDC, Double Buffer, By allocation, ChromART and when the files are generated a "ApplicationTemplate.touchgfx.part" is also created. When I double click TouchgGFX designer does not open at all, the only thing opening is the file stating:
(I still have the old TouchGFX 4.10 installed (not in CubeIDE), does that matter?)
{
"Application": {
"Name": "stm32f746cubeide",
"TouchGfxPath": "../Middlewares/ST/touchgfx",
"AvailableColorDepths": [ 16 ],
"AvailableLCDs":
{
"16": "LCD16bpp"
},
"AvailableResolutions" : [
{
"Width": 480,
"Height": 272
}
],
"PostGenerateTargetCommand" : "touchgfx update_project --project-file=../stm32f746cubeide.ioc --platform=m7",
"Family" : "STM32F7"
},
"Version": "4.15.0"
}
How can I open TouchGFX designer?
2020-11-09 12:14 AM
Hi, if you've installed the X-CUBE through CubeMX/CubeIDE then the installer for the designer is in the X-CUBE pack folder which is here:
C:\Users\<you>\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-TOUCHGFX\4.15.0\Utilities\PC_Software\TouchGFXDesigner
2020-12-19 04:55 AM
Now I have been working with the 4.15.0 version for some time - I like it!
I have a few oddities that I don't think are version specific, but more of a 'Hey, this could be nice if..'. I hope you can use the feedback:
I have played around with the new graph widget - it's awesome :D Thanks for doing that!
I hope that I can soon show you what I have been bending tGFX into doing :)
2020-12-21 08:11 AM
The .h files (and the .c files) are not in the CubeIDE project, they are in the folder one level up, what you see in the IDE are references. Its ok once you get accustomed to it. But I prefer the old way.
I see 4.16 TGFX is out, what are the changes/fixes/improvements?
Bob