UNPKG

wolkd

Version:

Server and user interface to control WS2801 RGB LED strips via SPI

7 lines (6 loc) 98 B
module.exports = { title: 'One color', getPixel: function() { return [255, 0, 0]; } };