Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build example epd2in13_v2 #178

Closed
theHausdorffMetric opened this issue Nov 19, 2023 · 2 comments
Closed

Cannot build example epd2in13_v2 #178

theHausdorffMetric opened this issue Nov 19, 2023 · 2 comments

Comments

@theHausdorffMetric
Copy link

On an unchanged repo clone and using
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.74.0 (79e9716c9 2023-11-13)
Running cargo build --example epd2in13_v2 results in

error[E0432]: unresolved import `linux_embedded_hal::Spidev`
  --> examples/epd2in13_v2.rs:19:22
   |
19 |     Delay, SPIError, Spidev, SysfsPin,
   |                      ^^^^^^
   |                      |
   |                      no `Spidev` in the root
   |                      help: a similar name exists in the module (notice the capitalization): `spidev`
   |
   = help: consider importing this struct instead:
           crate::spidev::Spidev

For more information about this error, try `rustc --explain E0432`.
error: could not compile `epd-waveshare` (example "epd2in13_v2") due to previous error
@DaveRichmond
Copy link

So I just repaired this in pull request #179 but due to not having hardware to test this on right now I can't say for sure if anything else is broken

@caemor
Copy link
Owner

caemor commented Jan 10, 2024

Thanks!
This got fixed in #181 (and #179)

@caemor caemor closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants