Update src/epd4in2/mod.rs

main
Chris 2021-07-15 07:54:13 +02:00 committed by GitHub
parent 1a09b81ab6
commit b845319771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ where
Ok(()) Ok(())
} }
/// This is wrapper around `display_frame` for using this device as a true /// This is a wrapper around `display_frame` for using this device as a true
/// `QuickRefresh` device. /// `QuickRefresh` device.
fn display_new_frame(&mut self, spi: &mut SPI, delay: &mut DELAY) -> Result<(), SPI::Error> { fn display_new_frame(&mut self, spi: &mut SPI, delay: &mut DELAY) -> Result<(), SPI::Error> {
self.display_frame(spi, delay) self.display_frame(spi, delay)