Skip to content

Commit

Permalink
Switch to PR branch of sh1106
Browse files Browse the repository at this point in the history
PR here: rust-embedded-community/sh1106#36
Uses embedded-hal 1.0.0 which allows for easier sharing of I2c.
  • Loading branch information
lkirkwood committed May 23, 2024
1 parent e1f6a70 commit 379e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ embedded-hal = "1.0.0"
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
heapless = { version = "0.8", default-features = false }
nb = "1.0.0"
sh1106 = "0.5.0"
sh1106 = { git = "https://github.com/techmccat/sh1106.git", branch = "hal-1" }
embedded-graphics = "0.8.1"
panic-halt = "0.2.0"
embedded-hal-bus = "0.2.0"
Expand Down

0 comments on commit 379e276

Please sign in to comment.