/led-panel-plugin

Netbeast plugin to control Adafruit led panel

Primary LanguageJavaScript

#led-panel-plugin

led-panel-plugin allows you to control the Adafruit Bicolor led panel 8x8 https://www.adafruit.com/product/902

Parameters:

{

  • power:on/off

  • data:[] //Must be a matrix 8x8 ex: data:

[[0, 0, 0, 0, 0, 0, 0, 0,],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1, 1, 1]]

}