-
Notifications
You must be signed in to change notification settings - Fork 1.3k
expose picodvi.framebuffer.color_depth to python #10431
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
I want to try the Fruit Jam build of this. Should there be a CI build of the uf2 for this on S3? When I looked just now, I didn't see anything for this PR. It looks like the CI Build job ran though? Maybe I just need to wait longer for the file to show up? |
Only merged PR's and releases show up on S3. But the build artifacts are available. Click on any board build in the list below, Click summary on the left side, somewhat near the top, and then look for the "Artifacts" list. |
Wasn't able to find this. Closest I came was a link in the Upload Artifact section of the ports (raspberrypi) / board (adafruit_fruit_jam) CI Build job page. But, that file is 10.7 MB instead of the usual 1.7MB for a Fruit Jam uf2 firmware file. |
oh... actually. looks like that's actually a zip file instead of a uf2? The link doesn't include an extension, but it seems to work as a .zip. I found a file inside of that that looks 8000 promising. |
Tested on Fruit Jam Rev B for switching between video modes (320, 240, 8) and (320, 240, 16). Looks good. The
This is what I used for detecting the video mode and re-initializing the display if needed (anyone is welcome to use this code for whatever):
[edit: added the init_display function definition that I initially forgot] |
[edit: never mind. I flashed the wrong uf2 file] |
Actually... Metro RP2350 is fine. I mistakenly flashed the wrong uf2 build file. This works great on Metro RP2350 no PSRAM for (320, 240, 8) and (320, 240, 16) when using the correct uf2. |
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.
This looks fine. Thank you!
resolves: #10420
Tested very briefly in REPL on a Fruit Jam and it seems to work as intended.
ping @samblenny incase you're interested in trying this