Skip to content

Commit ef42002

Browse files
committed
add the st7789 driver
1 parent 3ff41a9 commit ef42002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
506506
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
507507
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
508508
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
509+
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)
509510

510511
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
511512
[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
548549
[41]: https://github.com/btrepp/usbd-midi
549550
[42]: https://github.com/dbrgn/shtcx-rs
550551
[43]: https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/
552+
[44]: https://github.com/almindor/st7789
551553

552554
[AD983x]: https://crates.io/crates/ad983x
553555
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -592,6 +594,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
592594
[usbd-midi]: http://crates.io/crates/usbd-midi
593595
[usbd-webusb]: http://crates.io/crates/usbd-webusb
594596
[SHTCx]: http://crates.io/crates/shtcx
597+
[ST7789]: http://crates.io/crates/st7789
595598

596599
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
597600
keyword on crates.io!

0 commit comments

Comments
 (0)