New Library: DycoLed for Arduino

Fixed a little bug where color arrays like

byte RED[] = {31, 0, 0};

were read wrong. The normal color setter setLed(led, r, g, b) worked correctly.

Also the hardware mode for the ATtiny85 works again.

Updated the lib to 1.2.1.

DycoLed_1.2.1.zip (5.12 KB)