diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b53363 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# raspi demo for oled(ssd1306) + +in rust + +## Quick start + +> docker pull ragnaroek/rust-raspberry:1.39.0 +> +> ./build.sh + +Then scp the release file to your raspi. + +## Example + +![picture](./images/01.jpg) + +![primitive](./images/02.jpg) diff --git a/images/01.jpg b/images/01.jpg new file mode 100644 index 0000000..f56a1ff Binary files /dev/null and b/images/01.jpg differ diff --git a/images/02.jpg b/images/02.jpg new file mode 100644 index 0000000..fe5bc2c Binary files /dev/null and b/images/02.jpg differ