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

update picoscroll docs #876

Merged
merged 1 commit into from
Jan 16, 2024
Merged

update picoscroll docs #876

merged 1 commit into from
Jan 16, 2024

Conversation

helgibbons
Copy link
Contributor

Addresses/fixes #861

I can't get the functions that involve bytearrays to do anything though - are these defunct with PicoGraphics?

@Gadgetoid
Copy link
Member

I dare say there's some mix of the old and new happening- it looks like show still exists, but will just flip PicoScroll's internal buffer to the screen, whereas update will pass the PicoGraphics buffer to PicoScroll for display.

This means the bytearray methods probably bypass (and get overwritten by) PicoGraphics style calls. They should probably just be deprecated and removed since there are better, less opaque and more standard ways to show text and images now!

@Gadgetoid Gadgetoid merged commit 4e3e2c8 into main Jan 16, 2024
30 checks passed
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.

Incorrect documentation for Pico Scroll
2 participants