Trait scroll_phat_hd::display::Display [] [src]

pub trait Display {
    fn show(&mut self, buffer: &[[u8; 7]]) -> Result<(), Error>;
}

Represents a device capable of displaying a rectangular bitmap buffer.

Required Methods

Implementors