Set default number of LEDs per strip in RGB Fusion 2 controller
This commit is contained in:
parent
00f422375b
commit
01020b50d9
1 changed files with 5 additions and 0 deletions
|
|
@ -151,6 +151,11 @@ void RGBController_RGBFusion2USB::SetupZones()
|
|||
it = known_channels.find("Generic");
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Get the default number of addressable LEDs for each strip |
|
||||
\*---------------------------------------------------------*/
|
||||
per_strip_led_cnt = 64; // TODO needs GUI option
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Get number of motherboard LEDs and set addressable LED |
|
||||
| count |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue