pub type Rotate180<T> = CoordinateTransform<T, true, true, false>;Expand description
A coordinate transform that rotates the display by 180 degrees.
Aliased Typeยง
pub struct Rotate180<T> { /* private fields */ }pub type Rotate180<T> = CoordinateTransform<T, true, true, false>;A coordinate transform that rotates the display by 180 degrees.
pub struct Rotate180<T> { /* private fields */ }