Add option to arrange Neopixel sets in series (#18992)

This commit is contained in:
ellensp
2020-08-15 01:25:45 +12:00
committed by Scott Lahteine
parent 492f49c06a
commit a99c844296
3 changed files with 22 additions and 8 deletions

View File

@@ -2354,6 +2354,7 @@
#define NEOPIXEL_PIN 4 // LED driving pin
//#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
//#define NEOPIXEL2_PIN 5
#define NEOPIXEL2_INSERIES false // The default behaviour is 'false' with neopixel2 in parallel
#define NEOPIXEL_PIXELS 30 // Number of LEDs in the strip, larger of 2 strips if 2 neopixel strips are used
#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)