Home

Trait Home 

Source
pub trait Home {
    const FIRST_LINE_ADDRESS: u8 = 0u8;
}
Expand description

This trait is used to specify the start address of the display data RAM.

Provided Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§