mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 19:16:42 +00:00
Merge #332
332: Add IST7920 to WIP r=eldruin a=no111u3 Add simple IST7920 monochrome lcd controller to WIP device driver crates Co-authored-by: Boris Vinogradov <no111u3@gmail.com>
This commit is contained in:
commit
785c89d5a1
1 changed files with 2 additions and 0 deletions
|
@ -762,6 +762,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [ILI9341] - SPI - TFT LCD display
|
||||
1. [INA260] - I2C - power monitor - ![crates.io](https://img.shields.io/crates/v/ina260.svg)
|
||||
1. [ISL29125] - I2C - RGB Color Light Sensor with IR Blocking Filter - ![crates.io](https://img.shields.io/crates/v/isl29125.svg)
|
||||
1. [IST7920] - SPI monochrome LCD display - ![crates.io](https://img.shields.io/crates/v/ist7920.svg)
|
||||
1. [LM75] - I2C - Temperature sensor and thermal watchdog - ![crates.io](https://img.shields.io/crates/v/lm75.svg)
|
||||
1. [LS010B7DH01] - SPI - Memory LCD
|
||||
1. [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
|
||||
|
@ -850,6 +851,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[ILI9341]: https://github.com/yuri91/ili9341-rs
|
||||
[INA260]: https://crates.io/crates/ina260
|
||||
[ISL29125]: https://crates.io/crates/isl29125
|
||||
[IST7920]: https://crates.io/crates/ist7920
|
||||
[LM75]: https://crates.io/crates/lm75
|
||||
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
|
||||
[LSM303C]: https://crates.io/crates/lsm303c
|
||||
|
|
Loading…
Reference in a new issue