-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update refresh to force immediate redraw with display.refresh()
#3366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…splay.refresh(target_frames_per_second=None), even with auto_refresh=False
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this! Just a couple tweaks to make. Don't forget to update the function signature in the doc comment too.
Ok I think the docs are now ready to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you!
Update display.refresh to force immediate redraw with
display.refresh()
ordisplay.refresh(target_frames_per_second=None)
, even with auto_refresh=False.This is to resolve: #2696