implement error view which displays all error on the display
This commit was merged in pull request #48.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use alloc::boxed::Box;
|
||||
use core::error;
|
||||
use crate::peripherals::Peripherals;
|
||||
use embedded_graphics::Drawable;
|
||||
use embedded_graphics::draw_target::DrawTarget;
|
||||
|
||||
Reference in New Issue
Block a user