Supporting software for the drawbot.
Go to file
2018-03-29 13:12:30 -04:00
.gitignore initial commit 2018-03-21 11:06:44 -04:00
draw.py added support for exif orientation data, fixed an aspect radio problem and some other shit 2018-03-28 22:43:26 -04:00
linedraw.py added support for exif orientation data, fixed an aspect radio problem and some other shit 2018-03-28 22:43:26 -04:00
opp.py making it pretty 2018-03-21 11:33:32 -04:00
README.md readme 2018-03-28 22:49:26 -04:00
startBluetooth.py making it pretty 2018-03-21 11:33:32 -04:00
stream.py fix progress meter again 2018-03-29 13:12:30 -04:00

Stupid bullshit to support my drawing machine.

Dependencies: pyserial, Pillow, PyBluez, nOBEX
Dependecies for Pillow: libopenjp2-7-dev, libtiff-dev
nOBEX: https://github.com/nccgroup/nOBEX
Linedraw: https://github.com/LingDong-/linedraw
nOBEX uses sdptool to create a new Bluetooth service in the background seperate from existing services, so it will need to be ran as root.