I was looking at some POV display projects, wondered what I could put together with the parts I had in hand.
I came up with this 8X10 dot matrix display controlled using the computers Parallel port.
Used a simple C program to drive the LED board, the program was written to run under Linux, but would not be too hard to convert to MSDOS.
The same code could be used as a basis for a micro processor based unit also, like the pic, Arduinno, etc.
Some images of the completed boards, all done with prototyping boards from Radio Shack and wire wrap.
I have drawn up Schematics and board layout in the Free version of Eagle Schematic layout software. you will find the links below.
Also have Schematics in PDF format.
C source code requires the parapin parallel port library (can be downloaded from the internet) and the font header file listed below.
Disclaimer: I am not responsible for errors, in the Schematic or board design. Use at your own risk, I have not had any of the board made.
My designs are free to use for non-commercial use.
You will need to download from the internet the parapin Libary.
};