From 56115d51322b442bcaae4da9b00ac4937a029e66 Mon Sep 17 00:00:00 2001 From: Tangent 128 <Tangent128@gmail.com> Date: Sun, 27 Oct 2019 01:56:42 -0400 Subject: [PATCH] Magenta is actually the desired halloween purple with these leds --- hello_gradient/src/bin/halloween2019.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_gradient/src/bin/halloween2019.rs b/hello_gradient/src/bin/halloween2019.rs index 294156c..ad08957 100644 --- a/hello_gradient/src/bin/halloween2019.rs +++ b/hello_gradient/src/bin/halloween2019.rs @@ -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();