mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-24 17:00:40 +00:00
Merge #273
273: Add lvgl-rs r=adamgreig a=justinmoon cc @rafaelcaricio Linked to GitHub (instead of crates.io) as the project is still WIP. Co-authored-by: Justin Moon <mail@justinmoon.com>
This commit is contained in:
commit
08411030c2
1 changed files with 2 additions and 0 deletions
|
@ -657,6 +657,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
1. [LS010B7DH01] - SPI - Memory LCD
|
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)
|
1. [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
|
||||||
1. [LSM9DS1] - I2C/SPI - 9-axis motion sensor module ![crates.io](https://img.shields.io/crates/v/lsm9ds1.svg)
|
1. [LSM9DS1] - I2C/SPI - 9-axis motion sensor module ![crates.io](https://img.shields.io/crates/v/lsm9ds1.svg)
|
||||||
|
1. [lvgl] - no_std [LittleVGL](https://github.com/littlevgl/lvgl) port - ![crates.io](https://img.shields.io/crates/v/lvgl.svg)
|
||||||
1. [MAG3110] - I2C - Magnetometer
|
1. [MAG3110] - I2C - Magnetometer
|
||||||
1. [MAX17048/9] - I2C - LiPo Fuel gauge, battery monitoring IC - ![crates.io](https://img.shields.io/crates/v/max17048.svg)
|
1. [MAX17048/9] - I2C - LiPo Fuel gauge, battery monitoring IC - ![crates.io](https://img.shields.io/crates/v/max17048.svg)
|
||||||
1. [MAX170xx] - I2C - LiPo Fuel gauge, battery monitoring ICs compatible with MAX17043/4, MAX17048/9, MAX17058/9.
|
1. [MAX170xx] - I2C - LiPo Fuel gauge, battery monitoring ICs compatible with MAX17043/4, MAX17048/9, MAX17058/9.
|
||||||
|
@ -739,6 +740,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||||
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
|
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
|
||||||
[LSM303C]: https://crates.io/crates/lsm303c
|
[LSM303C]: https://crates.io/crates/lsm303c
|
||||||
[LSM9DS1]: https://crates.io/crates/lsm9ds1
|
[LSM9DS1]: https://crates.io/crates/lsm9ds1
|
||||||
|
[lvgl]: https://github.com/rafaelcaricio/lvgl-rs
|
||||||
[MAG3110]: https://github.com/therealprof/mag3110
|
[MAG3110]: https://github.com/therealprof/mag3110
|
||||||
[MAX17048/9]: https://crates.io/crates/max17048
|
[MAX17048/9]: https://crates.io/crates/max17048
|
||||||
[MAX170xx]: https://github.com/eldruin/max170xx-rs
|
[MAX170xx]: https://github.com/eldruin/max170xx-rs
|
||||||
|
|
Loading…
Reference in a new issue