main
Reinier Balt 2021-06-09 11:46:59 +02:00
parent 076b3a2d07
commit 35ac132530
1 changed files with 1 additions and 1 deletions

View File

@ -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