0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-29 10:20:55 +00:00

Neopixel background LED option ()

This commit is contained in:
Bob Kuhn 2019-05-18 02:36:37 -05:00 committed by Scott Lahteine
parent 84ac5b360b
commit 1dad6e754b
100 changed files with 423 additions and 6 deletions
config/examples/WASP/PowerWASP

View file

@ -2108,6 +2108,10 @@
#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
// Use a single Neopixel LED for static (background) lighting
//#define NEOPIXEL_BKGD_LED_INDEX 0 // Index of the LED to use
//#define NEOPIXEL_BKGD_COLOR { 255, 255, 255, 0 } // R, G, B, W
#endif
/**