Skip to content

simon0356/rust-esp32-waveshare-4_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example of Rust executing on e-Paper ESP32 Driver Board and waveshare 4.2" epaper

Setup Build Environment

Follow https://github.com/esp-rs/rust-build installation
Install esp-idf : https://github.com/espressif/esp-idf

cargo install -f ldproxy espflash espmonitor  

Build and flash this project :

cargo build
espflash /dev/ttyUSB0 target/xtensa-esp32-espidf/debug/rust-esp32-waveshare-4_2

Result

Result

Dependancy

https://docs.rs/epd-waveshare/latest/epd_waveshare/
https://github.com/esp-rs/esp-idf-hal

Thanks

Thanks ivmarkov for the simplest example on how to build and flash rust on ESP32 and all dependancy crate maintainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages