Skip to content

add LOLIN_S2_MINI and LOLIN_S2_PICO boards support. #7643

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

Closed
wants to merge 1 commit into from

Conversation

wemos
Copy link
Contributor

@wemos wemos commented Aug 12, 2021

add LOLIN_S2_MINI and LOLIN_S2_PICO boards support.

@wemos wemos closed this Aug 12, 2021
@mcauser
Copy link
Contributor

mcauser commented Aug 13, 2021

Hey @wemos New boards, exciting! How soon until they are for sale on https://lolin.aliexpress.com/store/1331105?

@wemos
Copy link
Contributor Author

wemos commented Aug 14, 2021

Hey @wemos New boards, exciting! How soon until they are for sale on https://lolin.aliexpress.com/store/1331105?

https://www.aliexpress.com/item/1005003145192016.html

tannewt added a commit to tannewt/circuitpython that referenced this pull request Apr 19, 2023
PicoDVI in CP support 640x480 and 800x480 on Feather DVI, Pico and
Pico W. 1 and 2 bit grayscale are full resolution. 8 and 16 bit
color are half resolution.

Memory layout is modified to give the top most 4k of ram to the
second core. Its MPU is used to prevent flash access after startup.

The port saved word is moved to a watchdog scratch register so that
it doesn't get overwritten by other things in RAM.

Right align status bar and scroll area. This normally gives a few
pixels of padding on the left hand side and improves the odds it is
readable in a case. Fixes micropython#7562

Fixes c stack checking. The length was correct but the top was being
set to the current stack pointer instead of the correct top.
Fixes micropython#7643

This makes Bitmap subscr raise IndexError instead of ValueError
when the index arguments are wrong.
tannewt added a commit to tannewt/circuitpython that referenced this pull request Apr 19, 2023
PicoDVI in CP support 640x480 and 800x480 on Feather DVI, Pico and
Pico W. 1 and 2 bit grayscale are full resolution. 8 and 16 bit
color are half resolution.

Memory layout is modified to give the top most 4k of ram to the
second core. Its MPU is used to prevent flash access after startup.

The port saved word is moved to a watchdog scratch register so that
it doesn't get overwritten by other things in RAM.

Right align status bar and scroll area. This normally gives a few
pixels of padding on the left hand side and improves the odds it is
readable in a case. Fixes micropython#7562

Fixes c stack checking. The length was correct but the top was being
set to the current stack pointer instead of the correct top.
Fixes micropython#7643

This makes Bitmap subscr raise IndexError instead of ValueError
when the index arguments are wrong.
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