Skip to content

Commit

Permalink
Update src/traits.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Gross <[email protected]>
  • Loading branch information
mangelajo and caemor committed Jun 12, 2023
1 parent 75d737d commit 42414f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ where
///let _ = Line::new(Point::new(0, 120), Point::new(0, 295))
/// .into_styled(PrimitiveStyle::with_stroke(Color::Black, 1))
/// .draw(&mut *display);
///
///epd.update_frame(&mut spi, display.buffer(), &mut delay)?;
///epd.display_frame(&mut spi, &mut delay)?;
///```
pub trait WaveshareDisplay<SPI, CS, BUSY, DC, RST, DELAY>
where
Expand Down

0 comments on commit 42414f4

Please sign in to comment.