Begin to split out display module
Move the display to a dedicated module so that things can begin to DRY out
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum Message {
|
||||
Pressed,
|
||||
}
|
||||
|
||||
pub mod cell;
|
||||
Reference in New Issue
Block a user