Add support for 2 Neopixel strips (#14667)
This commit is contained in:
committed by
Scott Lahteine
parent
6899ed2026
commit
e5aa453293
@ -2154,6 +2154,8 @@
|
||||
#define NEOPIXEL_TYPE NEO_GRBW // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h)
|
||||
#define NEOPIXEL_PIN 20 // LED driving pin
|
||||
#define NEOPIXEL_PIXELS 3 // Number of LEDs in the strip
|
||||
//#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
|
||||
//#define NEOPIXEL2_PIN 5
|
||||
#define NEOPIXEL_IS_SEQUENTIAL // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
|
||||
#define NEOPIXEL_BRIGHTNESS 127 // Initial brightness (0-255)
|
||||
#define NEOPIXEL_STARTUP_TEST // Cycle through colors at startup
|
||||
|
Reference in New Issue
Block a user