Struct sensehat_screen::screen::Screen[][src]

pub struct Screen { /* fields omitted */ }

This is the main type for interacting with the LED Matrix Screen.

Methods

impl Screen
[src]

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

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

Trait Implementations

impl Debug for Screen
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Screen

impl Sync for Screen