Struct sensehat_screen::Screen [] [src]

pub struct Screen { /* fields omitted */ }

Framebuffered 8x8 LED screen.

Methods

impl Screen
[src]

[src]

Open the framebuffer to the screen at the given file-system path.

[src]

Write the contents of a FrameLine into the framebuffer. This will render the frameline on the screen.

Trait Implementations

impl Debug for Screen
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Screen

impl Sync for Screen