Enum lcd::FunctionMode [] [src]

pub enum FunctionMode {
    Bit4,
    Bit8,
}

Variants

Send data 4 bits at the time

Send data 8 bits at the time