Video image generator superimposition for analog PAL signals, with Atmega328, for your retro OSD titles
https://retrofficina.glgprograms.it/
giomba
6137f21b48
if transition_mode pin is high, then images are shown continuosly (eg the next image is shown as soon as the next_image button is pressed) but if transition_mode pin is low, then, when you press the button, the current image disappears, and the next one appears when you press the button again |
||
---|---|---|
samples | ||
.gitignore | ||
const.h | ||
frame.cpp | ||
macro.h | ||
main.c | ||
main.S | ||
Makefile | ||
README.md |
Video Character Generator
PIN Settings
PORT | PIN | dir | description |
---|---|---|---|
PD2 | 4 | IN | vertical sync |
PD3 | 5 | IN | horizontal sync |
PB2 | 16 | IN | transition mode |
PB3 | 17 | IN | next image button |
PB4 | 18 | OUT | white dot output |
PB5 | 19 | OUT | led |