raspi-oled/README.md
2022-05-06 11:00:02 +02:00

18 lines
296 B
Markdown

# 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](./images/01.jpg)
![primitive](./images/02.jpg)