diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d05ac3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ch32-oled +A ssd1306 128x32 oled display controlled by a ch32v003 microcontroller with one input button and one LED. + +[`soweli` runner game](soweli.mp4) + +[game of life](gol.mp4) + diff --git a/gol.mp4 b/gol.mp4 new file mode 100644 index 0000000..506fcae Binary files /dev/null and b/gol.mp4 differ diff --git a/soweli.mp4 b/soweli.mp4 new file mode 100644 index 0000000..98127d1 Binary files /dev/null and b/soweli.mp4 differ