Adding support for os display

This commit is contained in:
Jakob Dalsgaard
2022-03-04 07:25:54 +01:00
parent 5d3f465666
commit 1501729d82
10 changed files with 1189 additions and 315 deletions

View File

@@ -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) -> () {
}
}