add DisplayDMX + End the DMX thing to make it be more orthogonal
This commit is contained in:
parent
a7096180ac
commit
ba815e0a99
2 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,7 @@ static void DMXUpdate(void * id, struct NoteFinder*nf)
|
|||
|
||||
if( !led->devh )
|
||||
{
|
||||
led->did_init = 0;
|
||||
fprintf( stderr, "Error: Cannot find device.\n" );
|
||||
// exit( -98 );
|
||||
}
|
||||
|
|
2
dmx.conf
2
dmx.conf
|
@ -5,6 +5,8 @@ ledoutamp = 1.0
|
|||
leds = 4
|
||||
lightx = 2
|
||||
lighty = 2
|
||||
light_siding = 1.6
|
||||
|
||||
|
||||
note_attach_amp_iir = .3000
|
||||
note_attach_amp_iir2 = .1500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue