Skip to content

Commit

Permalink
Update to newest embedded graphics version
Browse files Browse the repository at this point in the history
  • Loading branch information
caemor committed Nov 4, 2024
1 parent 9245b5c commit db0fd5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ where
///
///```rust, no_run
///# use epd_waveshare::epd4in2::Display4in2;
///# use embedded_graphics::prelude::*;
///# use epd_waveshare::prelude::*;
///# use embedded_graphics_core::prelude::*;
///# use embedded_graphics::primitives::*;
///let mut display = Box::new(Display4in2::default());
///let _ = Line::new(Point::new(0, 120), Point::new(0, 295))
/// .into_styled(PrimitiveStyle::with_stroke(Color::Black, 1))
Expand Down

0 comments on commit db0fd5c

Please sign in to comment.