From 01020b50d91e83448b0efce2bce136228c31e19a Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 18 Mar 2020 22:49:35 -0500 Subject: [PATCH] Set default number of LEDs per strip in RGB Fusion 2 controller --- RGBController/RGBController_RGBFusion2USB.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RGBController/RGBController_RGBFusion2USB.cpp b/RGBController/RGBController_RGBFusion2USB.cpp index 5d9ab86c..c900f588 100644 --- a/RGBController/RGBController_RGBFusion2USB.cpp +++ b/RGBController/RGBController_RGBFusion2USB.cpp @@ -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 |