Ian McCrum
Joined: 26 Oct 2003 Posts: 14 Location: Northern Ireland
|
|
Posted: Sat May 14, 2005 5:51 am |
|
|
Hi, you may be in an area were machine code is necessary to ensure the timing is correct. I have built a couple of designs using PICDREAM, this is a text generator that displays a mono colour bar, and some scrolling text. - google for PICDREAM and you'll see it is done entirely in machine code - and must be instruction perfect. It generates all video signals, one 16F84, 5 resistors and a capacitor - a clever design!
on the other hand a 40MHz PIC might do it in C ....
To add text to an existing video image you may need to use a phase locked loop and sync the PIC clock to a multiple of the line frequency - this has been done before but I forget the url.
The common solution is to use a special OSD chip that is hard to get...
good luck
Ian
__ _________________ Ian McCrum, email address held at
www.eej.ulst.ac.uk/~ian |
|