mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +00:00
add autosegment outputs compile flag
This commit is contained in:
parent
72455ccde1
commit
5975b9125f
@ -720,7 +720,11 @@ class WS2812FX { // 96 bytes
|
||||
#ifndef WLED_DISABLE_2D
|
||||
panels(1),
|
||||
#endif
|
||||
#ifdef WLED_AUTOSEGMENT_OUTPUTS
|
||||
autoSegments(true),
|
||||
#else
|
||||
autoSegments(false),
|
||||
#endif
|
||||
correctWB(false),
|
||||
cctFromRgb(false),
|
||||
// semi-private (just obscured) used in effect functions through macros
|
||||
|
Loading…
x
Reference in New Issue
Block a user