Issue report TouchGFX box rendering. Need solve or explain from ST Employe
New versions TouchGFX automatic declare __background box in base project.
This is added to every screen and setup over all screen and use black color.
I see problem on big display 1280x480 , but i mean exist on all configs.
Steps to replicate:
- create screen with or without next backgroundbox.
- add for example one image and two big font text area, i use 108 size
- in setup screen set only image visible
- in handletickevent set on timeout switch visible texts and invisible image
On moment when this change on display is visible short chaotic redrawing on text areas.
This cant be recorded to video because i dont have high speed cam, but is exactly failure.
When i add to setup screen line
remove(__background);or any other box used , transition is perfect without scratch.
When i use background TiledImage, transition is too ok.
Seems as rendering boxes or maybe any canvas work bad.
I hope in next version all works better.