pub trait BasicRead: Basic {
// Required method
fn read_u8_from_cur(&mut self) -> u8;
}
Expand description
Basic read functions for the LCD
pub trait BasicRead: Basic {
// Required method
fn read_u8_from_cur(&mut self) -> u8;
}
Basic read functions for the LCD