ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
785 stars 105 forks source link

Update ili9341 deps #119

Closed Paul-Vandell closed 1 year ago

Paul-Vandell commented 1 year ago

Since yesterday ili9341 point to the embedded-hal 1.0.0-alpha9 in his last version. Build failed. https://github.com/yuri91/ili9341-rs/commit/aa0003d0a4b7cf073217a42b4e919d37cfcc1b09

fkohlgrueber commented 1 year ago

I just ran into this compilation error as well. Applying the changes proposed in this PR fixed the error.