Skip to content

Commit 379e276

Browse files
committed
Switch to PR branch of sh1106
PR here: rust-embedded-community/sh1106#36 Uses embedded-hal 1.0.0 which allows for easier sharing of I2c.
1 parent e1f6a70 commit 379e276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ embedded-hal = "1.0.0"
2727
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
2828
heapless = { version = "0.8", default-features = false }
2929
nb = "1.0.0"
30-
sh1106 = "0.5.0"
30+
sh1106 = { git = "https://github.com/techmccat/sh1106.git", branch = "hal-1" }
3131
embedded-graphics = "0.8.1"
3232
panic-halt = "0.2.0"
3333
embedded-hal-bus = "0.2.0"

0 commit comments

Comments
 (0)