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