graphics: display: figments++

This commit is contained in:
2026-02-28 17:16:13 +01:00
parent 315fa633c1
commit 3b763fcf99

View File

@@ -37,7 +37,7 @@ impl<T, Color: Default + Copy> BikeOutput<T, Color> {
} }
} }
impl<'a, T: SmartLedsWrite + 'a> Output<'a, SegmentSpace> for BikeOutput<T, T::Color> where T::Color: AsMilliwatts + Copy + Fract8Ops + WithGamma + Default + Debug + 'a + 'static { impl<'a, T: SmartLedsWrite + 'a> Output<'a, SegmentSpace> for BikeOutput<T, T::Color> where T::Color: AsMilliwatts + Copy + Mul<Fract8, Output = T::Color> + WithGamma + Default + Debug + 'a + 'static {
type Error = T::Error; type Error = T::Error;
type Controls = DisplayControls; type Controls = DisplayControls;