aboutsummaryrefslogtreecommitdiff
path: root/ql/ql_linux.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-101-2/+2
| | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further.
* Flush input buffers on printer initializationPřemysl Janouch2019-04-141-9/+7
| | | | Seems to be necessary, not sure why.
* Cleanup, improve communication while printingPřemysl Janouch2019-04-121-0/+212