#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]]
}