From ef42002b9062a7007e408f4292a15c12f31d22a0 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Sun, 15 Mar 2020 14:00:48 -0600 Subject: [PATCH] add the st7789 driver --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d477371..e2ff2c1 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ have achieved the "released" status (published on crates.io + documentation / sh 1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg) 1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg) 1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg) +1. [ST7789] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix used in the PineTime watch [github][44] ![crates.io](https://img.shields.io/crates/v/st7789.svg) [1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/ [3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/ @@ -548,6 +549,7 @@ have achieved the "released" status (published on crates.io + documentation / sh [41]: https://github.com/btrepp/usbd-midi [42]: https://github.com/dbrgn/shtcx-rs [43]: https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/ +[44]: https://github.com/almindor/st7789 [AD983x]: https://crates.io/crates/ad983x [adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4 @@ -592,6 +594,7 @@ have achieved the "released" status (published on crates.io + documentation / sh [usbd-midi]: http://crates.io/crates/usbd-midi [usbd-webusb]: http://crates.io/crates/usbd-webusb [SHTCx]: http://crates.io/crates/shtcx +[ST7789]: http://crates.io/crates/st7789 *NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`] keyword on crates.io!