diff --git a/src/util/lights.rs b/src/util/lights.rs index 0e674e5..98c8a7f 100644 --- a/src/util/lights.rs +++ b/src/util/lights.rs @@ -1,5 +1,5 @@ -use candela::Pixel; +use rs_ws281x::RawColor; -pub fn run_lights(strip: &[Pixel; crate::LED_SIZE]) { +pub fn run_lights(strip: &[RawColor; crate::LED_SIZE]) { println!("Value: {:?}", strip[0]); } \ No newline at end of file