made the LEDs a little brighter

pull/510/head
Selene Scriven 7 years ago
parent 8cc00c119e
commit 485366553f

@ -177,7 +177,7 @@ void WavepoolEffect::update(void) {
// with hue wobbling according to height map // with hue wobbling according to height map
color = hsvToRgb(current_hue + (uint16_t)value + (uint16_t)value, color = hsvToRgb(current_hue + (uint16_t)value + (uint16_t)value,
0xff - intensity, 0xff - intensity,
(intensity*5)/3); intensity*2);
LEDControl.setCrgbAt(r, c, color); LEDControl.setCrgbAt(r, c, color);
} }

Loading…
Cancel
Save