From f6450223b2e591718b380845ff8889fa7602b6c1 Mon Sep 17 00:00:00 2001 From: David Sawatzke Date: Fri, 3 Jan 2020 14:27:16 +0100 Subject: [PATCH] Add hub75 driver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 911c6a2..0a8a45e 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg) - [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg) - [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg) +- [hub75] - A driver for rgb led matrices with the hub75 interface - ![crates.io](https://img.shields.io/crates/v/hub75.svg) [MFRC522]: https://github.com/japaric/mfrc522 [motor-driver]: https://github.com/japaric/motor-driver @@ -703,6 +704,7 @@ Work in progress drivers. Help the authors make these crates awesome! [ST7735-lcd]: https://crates.io/crates/st7735-lcd [spi-memory]: https://github.com/jonas-schievink/spi-memory/ [st7032i]: https://github.com/dotcypress/st7032i +[hub75]: https://github.com/david-sawatzke/hub75-rs ## no-std crates