The project is to connect the esp 32 to the ssd1306 OLED display via i2c and output a gif image.
-
First, make sure the following are installed:
Rust 🦀
-
Clone the github repo:
git clone https://github.com/killpop3770/esp32_ssd1306_i2c.git
cd esp32_ssd1306_i2c-
Follow the book:
ESP Book 📙
-
Install the proper toolchain with the rust-src component.
For no_std (bare-metal) applications, you can use:
rustup toolchain install stable --component rust-src- Install espup:
cargo install espup- Install Necessary Toolchains
espup install- Assemble the board and peripherals and then run:
cargo run