mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 11:06:48 +00:00
Add ssd1322_rs async driver to the list
This pull request links the new async ssd1322 rust driver to the list
This commit is contained in:
parent
80864add54
commit
0dee318168
1 changed files with 2 additions and 0 deletions
|
@ -1096,6 +1096,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
|
||||
1. [SSD1320] - SPI - Graphical OLED display controller - ![crates.io](https://img.shields.io/crates/v/ssd1320.svg)
|
||||
1. [SSD1322] - SPI - Graphical OLED display controller - ![crates.io](https://img.shields.io/crates/v/ssd1322.svg)
|
||||
1. [SSD1322_rs] - SPI - Async Gaphcis driver for SSD1322 screen - ![crates.io](https://img.shields.io/crates/v/ssd1322.svg)
|
||||
1. [SSD1351] - SPI - 16bit colour OLED display driver - ![crates.io](https://img.shields.io/crates/v/ssd1351.svg)
|
||||
1. [SSD1675] - SPI - Tri-color ePaper display controller - ![crates.io](https://img.shields.io/crates/v/ssd1675.svg)
|
||||
1. [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
|
||||
|
@ -1199,6 +1200,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
|
||||
[SSD1320]: https://crates.io/crates/ssd1320
|
||||
[SSD1322]: https://crates.io/crates/ssd1322
|
||||
[SSD1322_rs]: https://crates.io/crates/ssd1322_rs
|
||||
[SSD1351]: https://crates.io/crates/ssd1351
|
||||
[SSD1675]: https://crates.io/crates/ssd1675
|
||||
[st7032i]: https://github.com/dotcypress/st7032i
|
||||
|
|
Loading…
Reference in a new issue