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

Fix display buffer being trampled for #89 #250

Merged
merged 3 commits into from
Feb 25, 2022
Merged

Conversation

Gadgetoid
Copy link
Member

MicroPython was storing a singleton instance of the Pico Display library pointing to the address of the first buffer allocated. Subsequent soft resets would allocate a new buffer in MicroPython but not update the C++ library with its location.

@Gadgetoid Gadgetoid merged commit 9ea59fc into main Feb 25, 2022
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.

2 participants