Magenta is actually the desired halloween purple with these leds

This commit is contained in:
Tangent 128 2019-10-27 01:56:42 -04:00
parent 230250ac9d
commit 56115d5132
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fn main() -> ! {
lights.red_led.set_high().unwrap();
let pattern =
repeat(&Rgb(255,0,128)).take(150)
repeat(&Rgb(255,0,255)).take(150)
.chain(
repeat(&Rgb(255,128,0)).take(150)
).cycle();