From e6e998f67f0620b9da3c093f48e84ec83263b0ed Mon Sep 17 00:00:00 2001 From: "Sebastian H. Gabrielli" Date: Sat, 21 Dec 2024 12:36:34 +0100 Subject: [PATCH] Add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a70980 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Embassy Display test + +This code creates a blocking SPI connection to an ili9341 display and runs the +[embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/) +demo code every second.