How to add graphics mode to dot-matrix printer driver in linux
I have code for text mode device driver for dot matrix printer in linux.
Now I want to add Graphics mode to it. How to pass graphics info to printer. Our Device Driver is for multitasking mode i.e. we can print two files simultaneously with restriction that two pages should be of size less than A4.
|