Skip to content

Commit

Permalink
Fix update_old_frame for epd2in9_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andber1 authored and caemor committed Oct 31, 2024
1 parent e02c187 commit d0005f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/epd2in9_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ where
delay: &mut DELAY,
) -> Result<(), SPI::Error> {
self.wait_until_idle(spi, delay)?;
self.interface
.cmd_with_data(spi, Command::WriteRam, buffer)?;
self.interface
.cmd_with_data(spi, Command::WriteRam2, buffer)
}
Expand Down

0 comments on commit d0005f2

Please sign in to comment.