WS2801-Pi
Search…
Overview
Installation
Wiring
Usage
Example Animation
Functions
Changelog
Functions
Constructor
getLedStrip
setLed
fillLeds
setBrightness
setBrightness
getBrightness
setLedStrip
onLedStripChanged
onBrightnessChanged
clearLeds
show
Types
Ws2801PiConfig
ClockSpeed
LedColor
LedStrip
Powered By
GitBook
getBrightness
Returns the brightness of the LED strip.
Returns
The current brightness of the LedStrip
number | 'auto'
Example
1
const
brightness
=
ledController
.
getBrightness
();
Copied!
Functions - Previous
setBrightness
Next - Functions
setLedStrip
Last modified
1yr ago
Copy link
Contents
Returns
Example