Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
RP2040 library for controlling strips/pixels using WS2812 (NeoPixel) LEDs using PIO and the pico-sdk
- Host: GitHub
- URL: https://github.com/pdbeal/pico-ws2812
- Owner: PDBeal
- License: lgpl-3.0
- Created: 2024-02-05T01:43:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T23:52:12.000Z (6 months ago)
- Last Synced: 2024-10-14T03:21:07.940Z (about 1 month ago)
- Topics: arm-none-eabi-gcc, neopixel, pico-sdk, pio, raspbery-pi-pico, rp2040, ws2812, ws2812b
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WS2812 NeoPixel Library
RP2040 library for controlling strips/pixels using WS2812 (NeoPixel) LEDs using PIO and pico-sdkI 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.