raspi-oled demo in rust
Go to file
2021-10-09 12:07:21 +02:00
images doc: add README 2019-11-15 22:07:29 +08:00
src Sanity-check sensor readings, display time 2021-10-09 12:07:21 +02:00
.gitignore init example 2019-11-15 18:37:14 +08:00
Cargo.lock Unbundle sqlite3 and link it instead 2021-10-09 12:07:13 +02:00
Cargo.toml Unbundle sqlite3 and link it instead 2021-10-09 12:07:13 +02:00
LICENSE Create LICENSE 2020-08-04 13:28:34 +08:00
README.md docs: build using Nix 2021-07-24 21:46:52 +02:00
rust.raw feat: add image support 2019-11-15 19:17:03 +08:00
shell.nix Unbundle sqlite3 and link it instead 2021-10-09 12:07:13 +02:00

raspi demo for oled ssd1306 display

Quick start

nix-shell

rustup target add arm-unknown-linux-musleabihf

cargo build --release --target arm-unknown-linux-musleabihf

Then scp the release file to your raspi.

Example

picture

primitive