From cc1f99cf618bbf537f0b60b958b507d19e84ded8 Mon Sep 17 00:00:00 2001 From: Holger Rodriguez <52081159+hgrodriguez@users.noreply.github.com> Date: Tue, 1 Mar 2022 15:50:22 +0100 Subject: [PATCH] sh1107 1.2.2 (#467) --- index/sh/sh1107/sh1107-1.2.2.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/sh/sh1107/sh1107-1.2.2.toml diff --git a/index/sh/sh1107/sh1107-1.2.2.toml b/index/sh/sh1107/sh1107-1.2.2.toml new file mode 100644 index 00000000..b1e59e94 --- /dev/null +++ b/index/sh/sh1107/sh1107-1.2.2.toml @@ -0,0 +1,18 @@ +name = "sh1107" +description = "Driver for the SH1107/OLED 128x128 monochrome display" +version = "1.2.2" +licenses = "BSD-3-Clause" + +authors = ["Holger Rodriguez"] +maintainers = ["Holger Rodriguez "] +maintainers-logins = ["hgrodriguez"] +tags = ["embedded", "rp2040"] +website = "https://github.com/hgrodriguez/sh1107" + +[[depends-on]] # Added by alr +embedded_components = "~0.1.0" # Added by alr + +[origin] +commit = "57e4354c248ce43c29553733b2a3046edf7deb72" +url = "git+https://github.com/hgrodriguez/sh1107.git" +