warnings--
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
use embassy_sync::{channel::DynamicReceiver, pubsub::DynSubscriber};
|
||||
use embassy_sync::pubsub::DynSubscriber;
|
||||
use embassy_time::{Duration, Timer};
|
||||
use figments::prelude::*;
|
||||
use figments_render::output::Brightness;
|
||||
use rgb::{Rgb, Rgba};
|
||||
use log::*;
|
||||
use alloc::sync::Arc;
|
||||
use rgb::Rgba;
|
||||
use core::fmt::Debug;
|
||||
use futures::join;
|
||||
use log::*;
|
||||
|
||||
use crate::{animation::{AnimDisplay, AnimatedSurface, Animation}, display::{DisplayControls, SegmentSpace, Uniforms}, events::{Notification, Scene, SensorSource}, shaders::*, tasks::ui::UiSurfacePool};
|
||||
use crate::{animation::{AnimDisplay, AnimatedSurface, Animation}, display::{DisplayControls, SegmentSpace, Uniforms}, events::Notification, shaders::*, tasks::ui::UiSurfacePool};
|
||||
|
||||
pub struct SafetyUi<S: Surface> {
|
||||
// Headlight and brakelight layers can only be overpainted by the bootsplash overlay layer
|
||||
|
||||
Reference in New Issue
Block a user