FastLED 3.9.15
Loading...
Searching...
No Matches
HSVTest.h File Reference
#include "FastLED.h"
+ Include dependency graph for HSVTest.h:

Go to the source code of this file.

Macros

#define NUM_LEDS   5
 
#define PIN_CLOCK   2
 

Functions

UICheckbox autoHue ("Auto Hue", true)
 
UIGroup hsvControls ("HSV Controls", hueSlider, saturationSlider, valueSlider, autoHue)
 
UISlider hueSlider ("Hue", 128, 0, 255, 1)
 
void loop ()
 
UISlider saturationSlider ("Saturation", 255, 0, 255, 1)
 
void setup ()
 
UISlider valueSlider ("Value", 255, 0, 255, 1)
 

Variables

CRGB leds [NUM_LEDS]