From 5bf26fca8054a98d6fc5587920f8824a024a4096 Mon Sep 17 00:00:00 2001 From: James Waples Date: Sun, 1 Apr 2018 22:44:06 +0100 Subject: [PATCH] Point SSD1306 driver to more current repo @scowcron, @therealprof and myself have been [working on](https://github.com/jamwaffles/ssd1306/issues/2) a more featureful version of the SSD1306 driver. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8249f2..2eec73b 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Work in progress drivers. Help the authors make these crates awesome! [BH1750]: https://github.com/wose/bh1750 [SHT2x]: https://github.com/dbrgn/sht2x-rs [INA260]: https://crates.io/crates/ina260 -[SSD1306]: https://github.com/EdgewaterDevelopment/rust-ssd1306 +[SSD1306]: https://github.com/jamwaffles/ssd1306 [ILI9341]: https://github.com/yuri91/ili9341-rs [HD44780]: http://github.com/kunerd/clerk [HTS221]: https://github.com/danielgallagher0/hts221