Fix: Allow variable #'s of LEDs.
Fix: Don't snuff out the porportional control, otherwise LEDs don't know how to share. Fix: Speed up the amp1 IIR.
This commit is contained in:
parent
000261ace5
commit
91d8502d23
4 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,9 @@
|
|||
//Controls, basically, the minimum size of the splotches.
|
||||
#define NERF_NOTE_PORP 15 //value from 0 to 255
|
||||
|
||||
#ifndef NUM_LIN_LEDS
|
||||
#define NUM_LIN_LEDS 296
|
||||
#endif
|
||||
|
||||
#define LIN_WRAPAROUND 0 //Whether the output lights wrap around.
|
||||
#define SORT_NOTES 0 //Whether the notes will be sorted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue