Skip to content

Commit

Permalink
Switch to ssd1306 driver 0.9.0 with embedded-hal 1.0 and async support
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Aug 30, 2024
1 parent 1c5c1a8 commit 732b57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ esp-println = { version = "0.10", features = ["esp32c3", "log"] }
esp-wifi = { version = "0.7", default-features = false, features = ["esp32c3", "async", "phy-enable-usb", "wifi"] }
log = { version = "0.4", features = ["release_max_level_info"] }
pn532 = "0.4"
ssd1306 = { version = "0.9", features = ["async"] }
static_cell = "2.1"
u8g2-fonts = "0.4"

# SSD1306 driver (>0.8.4) with embedded-hal-async 1.0 and display-interface 0.5 support
# See https:/rust-embedded-community/ssd1306/pull/213
# and https:/rust-embedded-community/ssd1306/pull/214
ssd1306 = { git = "https:/rust-embedded-community/ssd1306", rev = "35ec056c11f2889dd519e554d710a70b37ccf682", features = ["async"] }

0 comments on commit 732b57f

Please sign in to comment.