Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.11 KB

Plasma 2040 Micropython Examples

These are micropython examples for the Pimoroni Plasma 2040, a RP2040-based driver board for addressable LED strips.

Effect Examples

Pulse Wave

effects/pulse_wave.py

Play a wave of pulses on Plasma 2040's strip output. This is an experimental feature, that can struggle when complex effects with high update rates are applied to many LEDs.

Binary Counter

effects/binary_counter.py

Play a binary counter effect on Plasma 2040's strip output. This is an experimental feature, that can struggle when complex effects with high update rates are applied to many LEDs.

Rainbow Wave

effects/rainbow_wave.py

Play a rainbow wave effect on Plasma 2040's strip output. This is an experimental feature, that can struggle when complex effects with high update rates are applied to many LEDs.