Video image generator superimposition for analog PAL signals, with Atmega328, for your retro OSD titles https://retrofficina.glgprograms.it/
Go to file
giomba 6137f21b48 implemented transition mode
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
2021-08-12 22:53:27 +02:00
samples implemented transition mode 2021-08-12 22:53:27 +02:00
.gitignore added frame.S to .gitignore 2021-08-11 22:27:25 +02:00
Makefile some comments and minor fixes 2021-08-11 21:23:00 +02:00
README.md implemented transition mode 2021-08-12 22:53:27 +02:00
const.h line buffer dynamic update 2021-07-03 15:44:01 +02:00
frame.cpp frame compression on line basis 2021-08-12 22:14:53 +02:00
macro.h first commit 2021-06-26 19:15:17 +02:00
main.S implemented transition mode 2021-08-12 22:53:27 +02:00
main.c some comments and minor fixes 2021-08-11 21:23:00 +02:00

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