234: Add hub75 driver r=jamesmunns a=david-sawatzke

Also uses embedded-graphics

Co-authored-by: David Sawatzke <david-sawatzke@users.noreply.github.com>
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
This commit is contained in:
bors[bot] 2020-01-10 19:56:21 +00:00 committed by GitHub
commit 6e66ea4eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -651,6 +651,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)
- [hzgrow-r502] - UART capacitive fingerprint reader - ![crates.io](https://img.shields.io/crates/v/hzgrow-r502.svg)
- [CCS811] - I2C - Gas and VOC sensor driver for monitoring indoor air quality.
- [iAQ-Core] - I2C - iAQ-Core-C/iAQ-Core-P Gas and VOC sensor driver for monitoring indoor air quality.
@ -722,6 +723,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
[hzgrow-r502]: https://crates.io/crates/hzgrow-r502
[CCS811]: https://github.com/eldruin/ccs811-rs
[iAQ-Core]: https://github.com/eldruin/iaq-core-rs