Update README.md with quick start guide.
This commit is contained in:
parent
55ddcb3514
commit
58c629753c
10
README.md
10
README.md
@ -1,4 +1,14 @@
|
|||||||
# Video Character Generator
|
# Video Character Generator
|
||||||
|
Atmel-AVR based electronic text/image superimposition device, for analog PAL video.
|
||||||
|
|
||||||
|
(don't tell anyone, but, since it is B/W, should work for SECAM and NTSC too ☺)
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
1. Prepare your slides in B/W PBM format
|
||||||
|
2. `g++ frame.cpp -o frame`
|
||||||
|
3. `./frame image1.pbm [image2.pbm...]`
|
||||||
|
4. plug your Atmel programmer
|
||||||
|
5. `make flash`
|
||||||
|
|
||||||
## PIN Settings
|
## PIN Settings
|
||||||
| PORT | PIN | dir | description |
|
| PORT | PIN | dir | description |
|
||||||
|
Loading…
Reference in New Issue
Block a user