# This CSV file is used to easily edit the slots of your fnordlichter # Author: Steffen Vogel # # There are 6 fields: # slot slot in the EEPROM (0-59) # address address of the fnordlicht on the bus (0-254, 255 for broadcast) # color color in hex format (ex. 'ff31A4') # step increment step for fading # delay delay between steps when fading (in 10ms) # pause time to wait before fading to next color (in 100ms) # # Lines beginning with a '#' are ignored as comments # # https://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL # #address;slot;color;step;delay;pause 255;0;ffffff;30;2;5 255;1;000000;30;2;5 255;2;00ff00;30;2;10 255;3;00ffff;30;2;10 255;4;ffff00;30;2;10