More actions
Printlib | |
---|---|
General | |
Author | DragonEagle, Shen Mansell |
Type | Samples |
Version | 2000 |
License | Mixed |
System | DMG (GBDK) |
Last Updated | 2000/12/06 |
Links | |
Download | |
Website | |
Source | |
This is the GBDK printer library by DragonEagle, extended by Shen Mansell to work correctly.
Looking at the example code should allow you to get the program going, and for more help have a look on the net for GB Printer docs.
to print:
SendPrinterCommand(PRINTER_INIT); do this 20x18 times { PrintTileData (p_data); // where p_data is 16 bytes representing a tile } SendPrinterCommand(PRINTER_EOF); SendPrinterCommand(PRINTER_START);
Credits
Thanks to StarTreky for pointing out some errors.
External links
- Author's website - http://shen.mansell.tripod.com/