Adding support for os display
This commit is contained in:
@@ -155,4 +155,9 @@ impl IliDisplay {
|
||||
self.spi.write(imagedata_ref).map_err(|err| println!("SPI error in send_image: {}", err.to_string())).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
pub fn update(&mut self) -> () {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user