Skip to content

Commit 03c7896

Browse files
bors[bot]Finomnis
andauthored
Merge #385
385: Add ST7565 SPI LCD driver r=therealprof a=Finomnis Co-authored-by: Finomnis <[email protected]>
2 parents 85722c1 + 20aeddb commit 03c7896

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,10 @@ Otherwise please add it to the [WIP section](#WIP) below.
762762
1. [usbd-midi] - USB MIDI class implementation - [github][41] - ![crates.io](https://img.shields.io/crates/v/usbd-midi.svg)
763763
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
764764
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
765-
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)
765+
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)
766766
1. [DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][45] - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
767767
1. [Adafruit-7segment] - I2C - Driver for Adafruit 7-segment LED Numeric Backpack based on the ht16k33 chip - [github][47] - ![crates.io](https://img.shields.io/crates/v/adafruit-7segment.svg)
768+
1. [ST7565] - SPI - An embedded-graphics compatible driver for LCD displays based on the ST7565 chip - [github][64] - ![crates.io](https://img.shields.io/crates/v/st7565.svg)
768769

769770
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
770771
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -827,6 +828,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
827828
[61]: http://www.rawmeat.org/code/20220130-aht20_driver/
828829
[62]: https://github.com/anglerud/aht20-driver
829830
[63]: https://blog.kiranshila.com/blog/pac_rust_driver.md
831+
[64]: https://github.com/Finomnis/st7565
830832

831833
[AD983x]: https://crates.io/crates/ad983x
832834
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -895,6 +897,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
895897
[ST7789]: http://crates.io/crates/st7789
896898
[DW1000]: https://crates.io/crates/dw1000
897899
[Adafruit-7segment]: https://crates.io/crates/adafruit-7segment
900+
[ST7565]: http://crates.io/crates/st7565
898901

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

0 commit comments

Comments
 (0)