Enum ssd1306::displayrotation::DisplayRotation [] [src]

pub enum DisplayRotation {
    Rotate0,
    Rotate90,
    Rotate180,
    Rotate270,
}

Display rotation.

Note that 90º and 270º rotations are not supported by

Variants

No rotation, normal display

Rotate by 90 degress clockwise

Rotate by 180 degress clockwise

Rotate 270 degress clockwise

Trait Implementations

impl Clone for DisplayRotation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DisplayRotation
[src]

Auto Trait Implementations