Browse Source

Update src/epd4in2/mod.rs

main
Chris 4 years ago committed by GitHub
parent
commit
b845319771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/epd4in2/mod.rs

2
src/epd4in2/mod.rs

@ -482,7 +482,7 @@ where
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.
fn display_new_frame(&mut self, spi: &mut SPI, delay: &mut DELAY) -> Result<(), SPI::Error> {
self.display_frame(spi, delay)

Loading…
Cancel
Save