raspberrypi / pico-micropython-examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book.
BSD 3-Clause "New" or "Revised" License
973 stars 222 forks source link

PWM Fade additional example for NeoPixels #38

Closed mytechnotalent closed 3 years ago

mytechnotalent commented 3 years ago

@kilograham do you have or will you be creating a PWM Fade example for an n-length NeoPixel array? I see your example https://github.com/raspberrypi/pico-micropython-examples/blob/master/pio/pio_pwm.py which covered a standard LED however would love one that opens this to the NeoPixel.

aallan commented 3 years ago

The RP2040 MicroPython port has now been merged upstream to the main MicroPython repo, see micropython/micropython#6791, and while we're happy to support the MicroPython team with anything they need it's unlikely we'll be adding more MicroPython examples ourselves. I'd encourage you to open an issue on the MicroPython repo to ask for more example code and documentation to support the RP2040 port.