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

Add Piunora and Zero. Also, enable full build #5819

Merged
merged 5 commits into from Jan 11, 2022
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Jan 7, 2022

Fixes #5768 and fixes #5631

ladyada
ladyada previously approved these changes Jan 7, 2022
Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol at
`void board_init(void) {
videocore_framebuffer_obj_t *fb = &allocate_display_bus()->videocore;
fb->base.type = &videocore_framebuffer_type;
common_hal_videocore_framebuffer_construct(fb, 640, 480);

framebufferio_framebufferdisplay_obj_t *display = &displays[0].framebuffer_display;
display->base.type = &framebufferio_framebufferdisplay_type;
common_hal_framebufferio_framebufferdisplay_construct(
    display,
    MP_OBJ_FROM_PTR(fb),
    0,
    true);

}
`
"display can support i2c oleds, spi tfts, or 60hz 4K HDMI displays"

@tannewt
Copy link
Member Author

tannewt commented Jan 7, 2022

And eink too!

@jerryneedell
Copy link
Collaborator

Downloaded and executed artifacts for cm4io, pi zero-w, pizero2w, PiZeroW and pi4b.

All booted OK -- mounted CIRCUITPY and was able to access REPL via USB

@tannewt tannewt requested a review from dhalbert January 10, 2022 18:48
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dhalbert dhalbert merged commit d23d2e7 into adafruit:main Jan 11, 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.

Broadcom port doesn't include io module Support full line of RPI
4 participants