Set default number of LEDs per strip in RGB Fusion 2 controller

This commit is contained in:
Adam Honse 2020-03-18 22:49:35 -05:00
parent 00f422375b
commit 01020b50d9

View file

@ -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 |