raspi-oled/README.md

18 lines
296 B
Markdown
Raw Normal View History

2021-07-24 19:46:52 +00: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](./images/01.jpg)
![primitive](./images/02.jpg)