In the simulator I can set the progress of a progress bar with a timer every 50ms to lets say progress += 1 and the dc gets updated smoothly, but on my Fenix 7 Pro it looks like it's updating only every second. Is this the expected behaviour? Is this device specific? Can I call WatchUi.requestUpdate() in the timer callback or something similar to increase the rate at which the dc gets updated?