Mood Orb

mkl0815:
calculating HVS to RGB data for every LED on every frame takes too much time (cause it uses a lot of float operations). Maybe I find a better way dealing directly with the RGB data in the LED-Strip datastructure.

You can do it with integers and look-up tables. Google "integer hsv to rgb".