raspi-oled demo in rust
Go to file
2022-05-06 11:00:02 +02:00
src Update to latest versions of dependencies 2022-05-06 10:59:55 +02:00
Cargo.lock Update to latest versions of dependencies 2022-05-06 10:59:55 +02:00
Cargo.toml Update to latest versions of dependencies 2022-05-06 10:59:55 +02:00
README.md docs: build using Nix 2022-05-06 11:00:02 +02:00
shell.nix docs: build using Nix 2022-05-06 11:00:02 +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