Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba7e5c8

Browse files
bors[bot]antonok-edmeldruin
authored
Merge #303
303: Add ssd1309 to README r=eldruin a=antonok-edm I've forked the `sh1106` crate to make a new driver crate for SSD1309 monochrome OLED displays - I figured it would be good to add to this list as well. cc `@jamwaffles` - this may be of interest to you as well 😄 Co-authored-by: Anton Lazarev <antonok35@gmail.com> Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents a0a7d97 + 2e7de10 commit ba7e5c8

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
@@ -703,6 +703,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
703703
1. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - ![crates.io](https://img.shields.io/crates/v/si4703.svg)
704704
1. [SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - ![crates.io](https://img.shields.io/crates/v/sram23x.svg)
705705
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - ![crates.io](https://img.shields.io/crates/v/ssd1306.svg)
706+
1. [SSD1309] - I2C/SPI - OLED display controller - [Intro blog post][60] - ![crates.io](https://img.shields.io/crates/v/ssd1309.svg)
706707
1. [STSPIN220] - STSPIN220 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - ![crates.io](https://img.shields.io/crates/v/stspin220.svg)
707708
1. [Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - ![crates.io](https://img.shields.io/crates/v/radio-sx127x.svg)
708709
1. [Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - ![crates.io](https://img.shields.io/crates/v/radio-sx128x.svg)
@@ -781,6 +782,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
781782
[57]: https://github.com/yannart/rainbow-hat-rs
782783
[58]: https://blog.rahix.de/port-expander/
783784
[59]: https://robamu.github.io/post/max11619-driver-rust/
785+
[60]: https://antonok.com/projects/ssd1309
784786

785787
[AD983x]: https://crates.io/crates/ad983x
786788
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -826,6 +828,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
826828
[Si4703]: https://crates.io/crates/si4703
827829
[SRAM23x]: https://crates.io/crates/sram23x
828830
[SSD1306]: https://crates.io/crates/ssd1306
831+
[SSD1309]: https://crates.io/crates/ssd1309
829832
[STSPIN220]: https://crates.io/crates/stspin220
830833
[Sx127x]: https://crates.io/crates/radio-sx127x
831834
[Sx128x]: https://crates.io/crates/radio-sx128x

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /