diff --git a/src/epd2in13bc/graphics.rs b/src/epd2in13bc/graphics.rs index 30e9460..9d29a40 100644 --- a/src/epd2in13bc/graphics.rs +++ b/src/epd2in13bc/graphics.rs @@ -1,6 +1,6 @@ use crate::color::TriColor; use crate::epd2in13bc::{DEFAULT_BACKGROUND_COLOR, HEIGHT, NUM_DISPLAY_BITS, WIDTH}; -use crate::graphics::{TriDisplay, DisplayRotation}; +use crate::graphics::{DisplayRotation, TriDisplay}; use embedded_graphics_core::prelude::*; /// Full size buffer for use with the 2.13" b/c EPD