You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the alpha transparency thing got me - was spitting out black labels and was so confused.
The following imagemagic command will make a valid png.
convert -size 300x128 xc:white -transparent white -pointsize 30 -fill black -draw 'text 30,30 "Test Label"' image.png
python3 label_maker.py image.png
Users could benefit from easy getting started docs
Like:
$ sudo bluetoothctl
scan on
PT-P...
(the name is the Brother printer model name)pair <bluetooth address>
(where the address is something likeEC:79:49:...
)$ sudo rfcomm bind 0 <bluetooth address>
/dev/rfcomm0
appearThe text was updated successfully, but these errors were encountered: