diff --git a/README.md b/README.md index c1dda18..af8a2da 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Atmel-AVR based electronic text/image superimposition device, for analog PAL vid (don't tell anyone, but, since it is B/W, should work for SECAM and NTSC too ☺) -Example image with drawingsExample image with text - ## Quick start 1. Prepare your slides in B/W PBM format 2. `g++ frame.cpp -o frame` @@ -21,3 +19,8 @@ Atmel-AVR based electronic text/image superimposition device, for analog PAL vid | PB3 | 17 | IN | next image button | | PB4 | 18 | OUT | white dot output | | PB5 | 19 | OUT | led | + +## Images +Example image with drawings +Example image with text +Hardware device diff --git a/scrot/device.hq.jpeg b/scrot/device.hq.jpeg new file mode 100644 index 0000000..6c17818 Binary files /dev/null and b/scrot/device.hq.jpeg differ diff --git a/scrot/device.lq.jpeg b/scrot/device.lq.jpeg new file mode 100644 index 0000000..d8961fb Binary files /dev/null and b/scrot/device.lq.jpeg differ