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.
10 lines
159 B
Markdown
10 lines
159 B
Markdown
6 years ago
|
#Pin Print Python
|
||
|
|
||
|
takes an image (currently img.img) converts it to bitmap and prints it on the pin printer
|
||
|
|
||
|
run
|
||
|
|
||
|
```bash
|
||
|
python3 print.py > /dev/usb/lp0
|
||
|
```
|