graphics: display: figments++
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user