From 3b763fcf995512040be424623043afc9b7a032ca Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sat, 28 Feb 2026 17:16:13 +0100 Subject: [PATCH] graphics: display: figments++ --- src/graphics/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/display.rs b/src/graphics/display.rs index c2a6f7b..d604661 100644 --- a/src/graphics/display.rs +++ b/src/graphics/display.rs @@ -37,7 +37,7 @@ impl BikeOutput { } } -impl<'a, T: SmartLedsWrite + 'a> Output<'a, SegmentSpace> for BikeOutput where T::Color: AsMilliwatts + Copy + Fract8Ops + WithGamma + Default + Debug + 'a + 'static { +impl<'a, T: SmartLedsWrite + 'a> Output<'a, SegmentSpace> for BikeOutput where T::Color: AsMilliwatts + Copy + Mul + WithGamma + Default + Debug + 'a + 'static { type Error = T::Error; type Controls = DisplayControls;