generated from pimoroni/pga
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Full resolution with PicoGraphics managed local buffer #8
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add PicoVector update * Add PicoGraphics layers support
Now we're happy that MicroPython can run from PSRAM, we can assume a RAM framebuffer and remove a bunch of complexity.
Fix wifi setup after display init
This branch includes Bluetooth tweaks and the new way of enabling PSRAM.
This was referenced Nov 26, 2024
The build is very, very tight and - prior to this commit - overflowing RAM by 148 bytes. TODO: Find room elsewhere.
A somewhat experimental respin of network_manager.
This is a heavily optimised (~20ms -> ~4.4ms frame) version of PrestoLight. Co-authored-by: Phil Howard <[email protected]>
Collapse the reactive backlight update into a single loop. Remove the Zone class and use a locally scoped zone function to calculate the list of samples for each zone. Allow sample_size and sample_every to be tuned to balance speed and colour smoothness.
Gadgetoid
force-pushed
the
feature/full-resolution
branch
from
November 29, 2024 13:56
18678d6
to
5aa0842
Compare
Gadgetoid
force-pushed
the
feature/full-resolution
branch
from
December 2, 2024 11:27
37ea63b
to
7a40560
Compare
As per the docs ~/.ccache is only used if it exists. It wont exist unless it's cached. It wont cache unless it exists. Create it, to break the cycle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.