Skip to content

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

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