micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

Adding Neopixel support #15

Closed tyggerjai closed 7 years ago

tyggerjai commented 7 years ago

Opening this issue so I can commit and open a PR against it - the LCA2017 open hardware kit has an esp32 and neopixels. Now they work together in shiny harmony.

Actually, the LEDs are APA106, but other than the RGB/GRB order, the apa106 seems to work with stock ws2812 code.

mattytrentini commented 7 years ago

Didn't you add Neopixel support to Micropython for the ESP32 in PR #17? (Thanks by the way!) Can this issue be closed then?

dpgeorge commented 7 years ago

Yes it's been added!