ricardodeazambuja / TEXvid

Simple composite video character generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEXvid - A simple composite video character generator

I've created this for my final project, just before I graduated in Electrical Engineering. The system uses a PIC16F428 and all the code was done directly in assembly. Nowadays I would not bother to program in assembly :)
It worked connected through the serial port (2400-8N1). Each command started with a '@' followed by the line number (1 or 2) and the text (maximum 12 characters).
Example: @1HELLO, WORLD!

Diagram Showing How it worked

TEXvid - How it works

PCB

PCB - parts
PCB - traces

The only photograph I could find from it

TEXvid - live!

Example of how the characters were created

PCB - parts

http://ricardodeazambuja.com/

About

Simple composite video character generator

License:Creative Commons Zero v1.0 Universal


Languages

Language:Assembly 100.0%