From aa8a73eb00103d071fb7f4ee03bded81a3b13b21 Mon Sep 17 00:00:00 2001 From: Christoph Gross <11088935+caemor@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:27:00 +0100 Subject: [PATCH] Update examples/epd7in5_v2.rs Add documentation to the example --- examples/epd7in5_v2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/epd7in5_v2.rs b/examples/epd7in5_v2.rs index 4086d1e2..b2ba074f 100644 --- a/examples/epd7in5_v2.rs +++ b/examples/epd7in5_v2.rs @@ -1,3 +1,4 @@ +// This example tests rotations and draws analog clock, tests default fonts of embedded-graphics crate and displays an image of Ferris from examples/assets/ directory. use embedded_graphics::{ image::Image, image::ImageRaw,