Closed ds2k5 closed 12 months ago
did you install the esp toolchain via espup? did you source the generated file at the end to setup your env var pointing to the installed esp-clang version?
also not directly related, if you generate a new project which cargo generate you don't need to directly depend on esp-idf-sys and esp-idf-hal anymore. They are both fully re-exported through esp-idf-svc. For example getting to timer.rs in hal is esp-idf-svc::hal::timer::*; etc
@Vollbrecht
did you install the esp toolchain via espup?
yes
did you source the generated file at the end to setup your env var pointing to the installed esp-clang version?
Thanks for the hint.....
I forgot to run: . ~/export-esp.sh
I am so sorry!
. ~/export-esp.sh cargo clean rm -rf .embuild cargo check
now another error.... but not with esp-idf-sys
Hello, here is what I did
cargo generate --git https://github.com/esp-rs/esp-idf-template cargo cd esp32display cargo add mipidsi cargo add esp-idf-svc cargo add esp-idf-sys cargo add display-interface
cargo check
output.txt
output_backtrace.txt
What did I wrong ?
the source code:
from https://docs.rs/mipidsi/latest/mipidsi/#structs
About the Display i found here: SPI / GPIO ....
https://github.com/BOlaerts/ESP32-2432s028