andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

LED matrix #113

Closed andrewn closed 6 years ago

andrewn commented 6 years ago

This adds support for the Johnny-Five Led.Matrix component type to the physical service and makes it addressable via the WebSocket broker.

Sending physical/command/ledmatrix-id-draw with a payload:

{
  data:  [
    "01100110",
    "10011001",
    "10000001",
    "10000001",
    "01000010",
    "00100100",
    "00011000",
    "00000000"
  ]
}

Will draw this:

img_4988