Added Printer devices to LPT ports. These are the Generic Text printer and a Epson ESC/P dot-matrix compatible printer.

Also added is the printing output to PNG.
This commit is contained in:
TC1995
2018-11-04 23:35:28 +01:00
parent 3eaae2a08b
commit 003944f137
11 changed files with 3565 additions and 2 deletions

2
src/printer/prt_devs.h Normal file
View File

@@ -0,0 +1,2 @@
extern const lpt_device_t lpt_prt_text_device;
extern const lpt_device_t lpt_prt_escp_device;