reduced brightness some more.

master
John Shaver 5 years ago
parent 514da5e875
commit d8b00cbb24

@ -57,7 +57,7 @@ function render() {
}
function getBrightness(x) {
return Math.floor(breathingCurve(x, 8000, 250000, 900000));
return Math.floor(breathingCurve(x, 8000, 250000, 700000));
}
function breathingCurve(x, interval = 3000, min, max) {

Loading…
Cancel
Save