droogmic / microrust

Learning embedded development with Rust on the micro:bit
https://droogmic.github.io/microrust/
Other
61 stars 14 forks source link

fix: microbit display example #14

Closed beagleknight closed 4 years ago

beagleknight commented 4 years ago

It looks like the led::Display::new function signature has changed. I fixed the params order and remove the unnecessary downgrade calls.