fix fmt after rebase
parent
78ffda673e
commit
21428ff82f
|
|
@ -1,6 +1,6 @@
|
||||||
use crate::color::TriColor;
|
use crate::color::TriColor;
|
||||||
use crate::epd2in13bc::{DEFAULT_BACKGROUND_COLOR, HEIGHT, NUM_DISPLAY_BITS, WIDTH};
|
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::*;
|
use embedded_graphics_core::prelude::*;
|
||||||
|
|
||||||
/// Full size buffer for use with the 2.13" b/c EPD
|
/// Full size buffer for use with the 2.13" b/c EPD
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue