mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-11 09:35:31 +00:00
Merge #212
212: Add ST7032i LCD driver r=therealprof a=dotcypress Co-authored-by: Vitaly Domnikov <dotcypress@gmail.com>
This commit is contained in:
commit
336e0d4907
1 changed files with 2 additions and 0 deletions
|
@ -577,6 +577,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
|
||||
- [OPT300x] - I2C - Ambient light sensors
|
||||
- [Si4703] - I2C - FM radio turners (receivers).
|
||||
- [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
|
||||
|
||||
[MFRC522]: https://github.com/japaric/mfrc522
|
||||
[motor-driver]: https://github.com/japaric/motor-driver
|
||||
|
@ -647,6 +648,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
|
||||
[OPT300x]: https://github.com/eldruin/opt300x-rs
|
||||
[Si4703]: https://github.com/eldruin/si4703-rs
|
||||
[st7032i]: https://github.com/dotcypress/st7032i
|
||||
|
||||
## no-std crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue