Skip to content

Commit 6865ead

Browse files
bors[bot]almindorJames Munns
authored
Merge #259
259: add the st7789 driver r=jamesmunns a=almindor Released the [ST7789](https://crates.io/crates/st7789) with [examples](https://github.com/almindor/st7789-examples) Co-authored-by: Ales Katona <almindor@gmail.com> Co-authored-by: James Munns <james.munns@ferrous-systems.com>
2 parents 63b8226 + 58ff5f6 commit 6865ead

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ have achieved the "released" status (published on crates.io + documentation / sh
513513
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
514514
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
515515
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
516-
1. [DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][44] - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
516+
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)
517+
1. [DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][45] - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
517518

518519
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
519520
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -556,7 +557,8 @@ have achieved the "released" status (published on crates.io + documentation / sh
556557
[41]: https://github.com/btrepp/usbd-midi
557558
[42]: https://github.com/dbrgn/shtcx-rs
558559
[43]: https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/
559-
[44]: https://braun-embedded.com/dw1000/
560+
[44]: https://github.com/almindor/st7789
561+
[45]: https://braun-embedded.com/dw1000/
560562

561563
[AD983x]: https://crates.io/crates/ad983x
562564
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -601,6 +603,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
601603
[usbd-midi]: http://crates.io/crates/usbd-midi
602604
[usbd-webusb]: http://crates.io/crates/usbd-webusb
603605
[SHTCx]: http://crates.io/crates/shtcx
606+
[ST7789]: http://crates.io/crates/st7789
604607
[DW1000]: https://crates.io/crates/dw1000
605608

606609
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]

0 commit comments

Comments
 (0)