generated from luke-else/esp32-std-template
Reverted back to pre async attempt
This commit is contained in:
7
src/display/mod.rs
Normal file
7
src/display/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
/// Enum to make clear the stage of failure of the display
|
||||
#[derive(Debug)]
|
||||
pub enum DisplayError {
|
||||
SetupError(display_interface::DisplayError),
|
||||
DrawingError,
|
||||
FlushError,
|
||||
}
|
Reference in New Issue
Block a user