Question
Redraw custom widget if its updated
Hello,
I create custom widget base on this tutorial https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/custom-widgets.
But it is updated on screen only once at the beginning. How to implement auto redraw when internal widget data is changed e.g. a new data was set to widget in tick() function ?
