0.0.3 • Published 5 years ago

@openledcontrol/raspberrypi v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@openledcontrol/raspberrypi

Adapter to support LED strips hooked up to a raspberry pi via GPIO pins using the ws281x library.

Description

Listens to the @openledcontrol/core LEDStrips render event to then update a lightstrip.

Configuration

In your openledcontrol.toml file you can set the following options

[RaspberryPi]
# Color order of the LED strip, might be any ordering
ColorOrder = "grb"
# Maximum brightness of the LED strip
MaximumBrightness = 255
# DMA value (defaults to 10)
DMA = 10
# GPIO pin of the raspberry pi being used
GPIO = 18