An open API service indexing awesome lists of open source software.

https://github.com/jposada202020/neopico

code to drive a neopixel with a raspberry pi pico and some rudimentary animations
https://github.com/jposada202020/neopico

led micropython neopixel rgb-led ws2812b

Last synced: about 1 year ago
JSON representation

code to drive a neopixel with a raspberry pi pico and some rudimentary animations

Awesome Lists containing this project

README

          

# NEOPico
MicroPython NeoPixel library with animations

* Author: Jose D. Montoya

There are amazing libraries for NeoPixels like Adafruit_CircuitPython_NeoPixel and Adafruit_CircuitPython_LED_Animation
This is a simple library to show how to use PIO and animations with NeoPixels. Only for use in my own DIY projects at home.
Only tested with a Raspberry Pi Pico and a 16 NeoPixel ring.

Now including rudimentary support for color palette creation
* Color Palette: George Dickinson https://github.com/gddickinson/colour-palette
* Pio Led support: https://toptechboy.com/page/2/ Paul McWhorter
* Led brightness: Adapted form code from Paul Mcwhorter
* Colorwheel: Colowheel adapted from code from Kattni Rembor for Adafruit Industries
* Sinnousoidal color generator: Jan Bednarik https://github.com/JanBednarik/micropython-ws2812
* Pacman Animation by BobLoeffler68 in PR wled-dev/WLED#4536
* Other Animations adapted from the Arduino animations from Ernest Warzocha https://github.com/ErniW/Arduino-Neopixels-animations