mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-04-27 20:37:38 -05:00
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>
This commit is contained in:
@@ -703,6 +703,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
|
||||
1. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
|
||||
1. [SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - 
|
||||
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - 
|
||||
1. [SSD1309] - I2C/SPI - OLED display controller - [Intro blog post][60] - 
|
||||
1. [STSPIN220] - STSPIN220 Stepper Motor Driver (based on [Stepper]) - [Intro blog post][52] - 
|
||||
1. [Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
|
||||
1. [Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
|
||||
@@ -781,6 +782,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
|
||||
[57]: https://github.com/yannart/rainbow-hat-rs
|
||||
[58]: https://blog.rahix.de/port-expander/
|
||||
[59]: https://robamu.github.io/post/max11619-driver-rust/
|
||||
[60]: https://antonok.com/projects/ssd1309
|
||||
|
||||
[AD983x]: https://crates.io/crates/ad983x
|
||||
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
|
||||
@@ -826,6 +828,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
|
||||
[Si4703]: https://crates.io/crates/si4703
|
||||
[SRAM23x]: https://crates.io/crates/sram23x
|
||||
[SSD1306]: https://crates.io/crates/ssd1306
|
||||
[SSD1309]: https://crates.io/crates/ssd1309
|
||||
[STSPIN220]: https://crates.io/crates/stspin220
|
||||
[Sx127x]: https://crates.io/crates/radio-sx127x
|
||||
[Sx128x]: https://crates.io/crates/radio-sx128x
|
||||
|
||||
Reference in New Issue
Block a user