You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
306 B
Markdown

#Pin Print Python
(printer needs to be connected on /dev/usb/lp0, otherwise change in script)
prints the publication with
```bash
python3 print.py
```
takes an image (currently img.img) converts it to bitmap and prints it on the pin printer
run
```bash
python3 print_image.py --img /path/to/img
```