Add universe_size field to E1.31 configuration to set number of channels per universe
This commit is contained in:
parent
501a1ff489
commit
212c3e6297
3 changed files with 15 additions and 5 deletions
|
|
@ -51,6 +51,7 @@ struct E131Device
|
|||
zone_type type;
|
||||
unsigned int matrix_width;
|
||||
unsigned int matrix_height;
|
||||
unsigned int universe_size;
|
||||
e131_matrix_order matrix_order;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue