From 3479fd1bf82852427c1f0daa2a2d5b5f1d0b63b1 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Mon, 9 Mar 2026 10:10:30 +0100 Subject: [PATCH] tasks: display: docs++ --- src/graphics/display.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/graphics/display.rs b/src/graphics/display.rs index d604661..f4f2b7e 100644 --- a/src/graphics/display.rs +++ b/src/graphics/display.rs @@ -3,7 +3,6 @@ use figments::{liber8tion::interpolate::Fract8, prelude::*}; use core::{fmt::Debug, ops::Mul, sync::atomic::{AtomicBool, AtomicU8}}; use alloc::sync::Arc; -//use super::{Output}; use figments_render::{ gamma::{GammaCurve, WithGamma}, output::{Brightness, GammaCorrected, Output, OutputAsync}, power::AsMilliwatts, smart_leds::PowerManagedWriter }; @@ -63,7 +62,6 @@ impl<'a, T: SmartLedsWriteAsync + 'a> OutputAsync<'a, SegmentSpace> for BikeOutp self.writer.write_async(&self.pixbuf).await } - //type HardwarePixel = T::Color; type Error = T::Error; type Controls = DisplayControls; @@ -109,7 +107,6 @@ impl<'a, T> Sample<'a, SegmentSpace> for [T; NUM_PIXELS] where T: 'static { } } - #[derive(Clone, Copy, Default, Debug)] pub struct SegmentSpace {} impl CoordinateSpace for SegmentSpace {