You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These periods should probably be configurable, with a sane default, given the amount of time it takes to redraw. Another option could be to have the driver check if it's been pushing pixels with timeouts set as the policy for too long.
Maybe an additional :push value, {:update_after, time}, would be enough to ensure that we draw, but don't flood the display with updates?
The text was updated successfully, but these errors were encountered:
Some ideas for how this could be done:
These periods should probably be configurable, with a sane default, given the amount of time it takes to redraw. Another option could be to have the driver check if it's been pushing pixels with timeouts set as the policy for too long.
Maybe an additional
:push
value,{:update_after, time}
, would be enough to ensure that we draw, but don't flood the display with updates?The text was updated successfully, but these errors were encountered: