imageProgress Widget--Is the whole progress re-rendered when setValue() is called?
When it comes to the imageProgress widget, can someone tell me if the entire rectangle is re-rendered (invalidated) when the function setValue() is called? Or only the parts that are changing rendered?
It appears to me that it is. Animation performance would be better if only the parts changing are rendered.
Note that I do have "Anchor progress image at zero" selected.
I did search through the TouchGFX documentation, but did not find an answer to this question.