Web Inspired LED Controller

I’ve written an LED controller that does many things I’m used to doing in HTML+CSS: recursive elements, animation, blending,..

wiLED Examples

This post will show sample scripts from very simple to fairly complicated.  I’ll explain the most useful elements and attributes of wiLED JSON. The simples script sets all LEDs to the same color: { “elements”: [ {“hue”: 120} ] } Every script has an array of elements.  In this example, there is a single element […]