generated from luke-else/esp32-std-template
Chore: Started moving individual components out into modules. Started with GPS. Display and i2c driver to follow.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
use embedded_graphics::{
|
||||
prelude::*,
|
||||
mono_font::{ascii::FONT_7X13, ascii::FONT_10X20, MonoTextStyle},
|
||||
pixelcolor::BinaryColor,
|
||||
text::{Text, Alignment},
|
||||
};
|
||||
|
||||
|
||||
/// Enum to make clear the stage of failure of the display
|
||||
#[derive(Debug)]
|
||||
pub enum DisplayError {
|
||||
|
Reference in New Issue
Block a user