More testing
This commit is contained in:
@@ -17,7 +17,7 @@ class ColorRandomizerMatrix : public MatrixAnimation {
|
||||
uint8_t _numColors, CRGB* _colors, ColorRandomizerType _type) :
|
||||
MatrixAnimation(_matrix, _refName, _updateTime), numColors(_numColors),
|
||||
colors(new CRGB[_numColors]), fade(_fade), colorRandomizerInt(0),
|
||||
scale(DEFAULT_MATRIX_FADER) {
|
||||
scale(DEFAULT_MATRIX_FADER), type(_type) {
|
||||
for(uint8_t i = 0; i < _numColors; i++) {
|
||||
colors[i] = _colors[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user