Skip to content

Commit 50bf0ca

Browse files
committed
ledmatrix: Upgrade to v0.4.0
Simplify the code. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent ad3a034 commit 50bf0ca

File tree

5 files changed

+8
-381
lines changed

5 files changed

+8
-381
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ heapless = "0.7.16"
3636
usbd-serial = "0.1.1"
3737
usbd-hid = "0.6.1"
3838
fugit = "0.3.7"
39-
# LED Matrix
40-
is31fl3741 = "0.3.0"
39+
is31fl3741 = { version = "0.4.0", features = ["framework_ledmatrix"] }
4140
# B1 Display
4241
st7306 = { git = "https://github.com/FrameworkComputer/st7306-rs", branch = "update-deps" }
4342
embedded-graphics = "0.8"

0 commit comments

Comments
 (0)