rendering time of not-visible objects
Hi,
how is supposed to work rendering of objects set as "not visible"?
My layout is composed of several containers/objects whose visibility is turned on or off at runtime.
I've noticed that rendering time is high also when objects are hidden, as if they were always rendered.
As a counterproof, I've used the "Animated image" example on an STM32H735G-DK.
When animation is off, rendering time (measured on Arduino D2 pin) is approx. 250us; when on, it raises to 800us ca.
Setting the animation widget as not visible does not change rendering time: 250us when off, 800us when on despite nothing drawn on display!
Am I missing something?
TouchGFX v. 4.23.2
Alessandro


