Magenta is actually the desired halloween purple with these leds
This commit is contained in:
parent
230250ac9d
commit
56115d5132
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue