From 521d9e19e0e1c75da5e5349a4c3de2d677b6ca60 Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Fri, 15 May 2020 22:53:38 -0500 Subject: [PATCH] Add lvgl-rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae63c14..9ba8425 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,7 @@ Work in progress drivers. Help the authors make these crates awesome! 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. [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. [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. @@ -739,6 +740,7 @@ Work in progress drivers. Help the authors make these crates awesome! [LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01 [LSM303C]: https://crates.io/crates/lsm303c [LSM9DS1]: https://crates.io/crates/lsm9ds1 +[lvgl]: https://github.com/rafaelcaricio/lvgl-rs [MAG3110]: https://github.com/therealprof/mag3110 [MAX17048/9]: https://crates.io/crates/max17048 [MAX170xx]: https://github.com/eldruin/max170xx-rs