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
- Host: GitHub
- URL: https://github.com/jposada202020/neopico
- Owner: jposada202020
- License: mit
- Created: 2025-02-07T03:18:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T06:40:31.000Z (over 1 year ago)
- Last Synced: 2025-04-01T22:44:36.265Z (about 1 year ago)
- Topics: led, micropython, neopixel, rgb-led, ws2812b
- Language: Python
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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