Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 + I2C + SSD1306

The project is to connect the esp 32 to the ssd1306 OLED display via i2c and output a gif image.


Build and Run

  1. First, make sure the following are installed:

    Rust 🦀

  2. Clone the github repo:

git clone https://github.com/killpop3770/esp32_ssd1306_i2c.git
cd esp32_ssd1306_i2c
  1. Follow the book:

    ESP Book 📙

  2. 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
  1. Install espup:
cargo install espup
  1. Install Necessary Toolchains
espup install
  1. Assemble the board and peripherals and then run:
cargo run

Acknowledgements

About

Work with esp32 and ssd1306 display

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages