graphics: ssd: add Debug to SsdPixel
This commit is contained in:
@@ -13,7 +13,7 @@ use embassy_time::Delay;
|
||||
|
||||
use crate::graphics::display::DisplayControls;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct SsdPixel {
|
||||
byte: *mut u8,
|
||||
bit: u8,
|
||||
|
||||
Reference in New Issue
Block a user