Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pdbeal/pico-ws2812

RP2040 library for controlling strips/pixels using WS2812 (NeoPixel) LEDs using PIO and the pico-sdk
https://github.com/pdbeal/pico-ws2812

arm-none-eabi-gcc neopixel pico-sdk pio raspbery-pi-pico rp2040 ws2812 ws2812b

Last synced: about 15 hours ago
JSON representation

RP2040 library for controlling strips/pixels using WS2812 (NeoPixel) LEDs using PIO and the pico-sdk

Awesome Lists containing this project

README

        

# WS2812 NeoPixel Library
RP2040 library for controlling strips/pixels using WS2812 (NeoPixel) LEDs using PIO and pico-sdk

I wanted a library for use with the WS2812 (NeoPixel) on the RP2040 that didn't rely on Arduino.h or any other AVR include file. So I created this library using the pico-examples, the Adafruit NeoPixel library and some other RP2040 sources as reference.