raspi-oled demo in rust
Go to file
2022-05-06 11:00:10 +02:00
src Reformat code 2022-05-06 11:00:10 +02:00
Cargo.lock Unbundle sqlite3 and link it instead 2022-05-06 11:00:10 +02:00
Cargo.toml Unbundle sqlite3 and link it instead 2022-05-06 11:00:10 +02:00
LICENSE Various changes.. 2022-05-06 11:00:10 +02:00
README.md docs: build using Nix 2022-05-06 11:00:02 +02:00
rustfmt.toml Reformat code 2022-05-06 11:00:10 +02:00
shell.nix Unbundle sqlite3 and link it instead 2022-05-06 11:00:10 +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