fix fmt
parent
076b3a2d07
commit
35ac132530
|
|
@ -99,7 +99,7 @@ pub mod prelude {
|
||||||
pub use crate::SPI_MODE;
|
pub use crate::SPI_MODE;
|
||||||
|
|
||||||
#[cfg(feature = "graphics")]
|
#[cfg(feature = "graphics")]
|
||||||
pub use crate::graphics::{Display, TriDisplay, DisplayRotation, OctDisplay};
|
pub use crate::graphics::{Display, DisplayRotation, OctDisplay, TriDisplay};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Computes the needed buffer length. Takes care of rounding up in case width
|
/// Computes the needed buffer length. Takes care of rounding up in case width
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue