mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-08 13:20:37 +00:00
18 lines
296 B
Markdown
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)
|