2019-10-16 12:02 AM
Iiiiiiit's ... tiiiimeeee!
I'm pleased to finally be able to announce the release of TouchGFX 4.12.3, the first official release since 4.10.0. We've worked with CubeMX and CubeIDE to improve the integration experience some, so please get the latest versions of those (5.4.0 and 1.1.0 respectively). For CubeMX, you can upgrade to 5.4 through the software updater, or you can download it from st.com as usual.
Please read the following for an overview.
https://touchgfx.zendesk.com/hc/en-us/articles/360009767400
Teaser:
/Martin
2019-11-05 04:25 AM
Something strange is going on, i've written a reply to this multiple times but it keeps disappearing. Anyway...
https://touchgfx.zendesk.com/hc/en-us - This is where the 4.12.3 articles are. The API doc hasn't been updated for 4.12.3 yet, but is part of the release under doc/manual.pdf
/Martin
2019-11-05 04:25 AM
Glad to hear, Scott!
2019-11-05 04:27 AM
Hi,
Sorry for the late reply. Yes, this is something we're aware of. 4.12.3 was "optimized" to NOT render the same frame to both framebuffers in a double buffering setup, so sometimes one needs to consider when to actually turn on the LTDC layer.
What's your setup here?
2019-11-05 06:03 AM
Hi @Martin KJELDSEN this site's notif is realy bad. Sometimes i cant even find my posts and responses. =)
My IDE is Keil 5.28.0.0
Edit: CubeMX recreates backup file every time i regenerate files. I think this and other issue is about that (RİGHT problem)..
2019-11-05 06:05 AM
Thanks for the reply Martin. I thought it was strange as well.
I tried clicking on all of the links to articles on the release announcement page (https://touchgfx.zendesk.com/hc/en-us/articles/360009767400:(
All of them took me to a sign in page:
2019-11-05 06:24 AM
I agree! The feeds are a mess sometimes and it's hard to find stuff :)
We've found the issue with Turkish and we're implementing a fix for it. It has something to do with a certain to_upper_case method that will convert i's to İ in the case of Turkish. This is the same that happens when importing images because the images are converted into IDs in the bitmap database.
e.g. myimage.png => BITMAP_MY_İMAGE_ID
I'll see what we can do in terms of releasing a bugfix.
/Martin
2019-11-05 06:26 AM
Thanks, i'll investigate.
/Martin
2019-11-07 09:47 AM
Hi @Martin KJELDSEN
STM32H7 is not supported by the new STM32CubeMX 5.4 yet?
I've heard something from ST' Representatives that this new version should support, but I checked and there is no option for TouchGFX in CubeMX 5.4.
Regards
2019-11-07 10:20 PM
There is some issue with color palette pop up menu, when I click on it it immediately disappears. I didn't noticed this in previous version. Have I do something differently or it's just a bug?
2019-11-07 11:42 PM
There's no TouchGFX support for L4 or H7 in CubeMX 5.4 - correct. It's hard coded inside CubeMX to only support F4 and F7 (Even though it could easily support H7 and L4).
We will reveal something relatively soon that can remedy this :D :D
/Martin