Skip to content
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

Remove RGB.disable_auto_write #890

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Remove RGB.disable_auto_write #890

merged 1 commit into from
Sep 21, 2023

Conversation

xs5871
Copy link
Collaborator

@xs5871 xs5871 commented Sep 19, 2023

There's no actual usecase for this.
Disable auto_write for every pixel buffer and call show() manually. Updating the pixel buffers all at once every refresh interval has no real-world downsides.
disable_auto_write only causes confusion and can lead to unexpected behavior.

There's no actual usecase for this.
Disable `auto_write` for every pixel buffer and call `show()` manually.
Updating the pixel buffers all at once every refresh interval has no
real-world downsides.
`disable_auto_write` only causes confusion and can lead to unexpected
behavior.
@xs5871 xs5871 merged commit 187d14e into master Sep 21, 2023
2 checks passed
@xs5871 xs5871 deleted the refactor-rgb-auto_write branch September 21, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants