#led-driver #rp2040 #ws2812 #pio #smart #raspberry #peripheral

dev ws2812-pio

Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral

8 releases (breaking)

0.8.0 Mar 16, 2024
0.7.0 Sep 1, 2023
0.6.0 Feb 18, 2023
0.5.0 Dec 11, 2022
0.1.0 Jan 3, 2022

#1656 in Hardware support

Download history 42/week @ 2024-01-01 76/week @ 2024-01-08 65/week @ 2024-01-15 43/week @ 2024-01-22 34/week @ 2024-01-29 72/week @ 2024-02-05 99/week @ 2024-02-12 152/week @ 2024-02-19 135/week @ 2024-02-26 131/week @ 2024-03-04 369/week @ 2024-03-11 375/week @ 2024-03-18 115/week @ 2024-03-25 201/week @ 2024-04-01 122/week @ 2024-04-08 228/week @ 2024-04-15

691 downloads per month
Used in 18 crates

Apache-2.0

11KB
153 lines

Ws2812b-pio

Implements SmartLedsWrite for the Raspberry's RP2040 using the PIO peripheral.

Refer to the rp-hal for examples.


lib.rs:

WS2812 PIO Driver for the RP2040

This driver implements driving a WS2812 RGB LED strip from a PIO device of the RP2040 chip.

You should reach to [Ws2812] if you run the main loop of your controller yourself and you want [Ws2812] to take a hold of your timer.

In case you use cortex-m-rtic and can't afford this crate to wait blocking for you, you should try [Ws2812Direct]. Bear in mind that you will have to take care of timing requirements yourself then.

Dependencies

~8.5MB
~174K SLoC