Currently the NeoTrellisLeds implementation sets the same value for R, G and B: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/c2daisy/json2daisy/resources/component_defs.json#L932
We should look at how this can be expanded so all 3 values can be controlled separately.
Ideally we can send a list of values, but currently the internal DaisyOutputParameters expects single value messages only: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/c2daisy/templates/HeavyDaisy.cpp#L493
Currently the NeoTrellisLeds implementation sets the same value for R, G and B: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/c2daisy/json2daisy/resources/component_defs.json#L932
We should look at how this can be expanded so all 3 values can be controlled separately.
Ideally we can send a list of values, but currently the internal
DaisyOutputParametersexpects single value messages only: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/c2daisy/templates/HeavyDaisy.cpp#L493