diff --git a/README.md b/README.md index 5d909b5..c1dda18 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ 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` @@ -19,4 +21,3 @@ 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 | - diff --git a/scrot/01.png b/scrot/01.png new file mode 100644 index 0000000..b88aa8c Binary files /dev/null and b/scrot/01.png differ diff --git a/scrot/02.png b/scrot/02.png new file mode 100644 index 0000000..4e468a2 Binary files /dev/null and b/scrot/02.png differ