Trait clerk::Home [] [src]

pub trait Home {
    const FIRST_LINE_ADDRESS: u8;
}

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

Associated Constants

FIRST_LINE_ADDRESS: u8 = 0

Implementors