Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 366 Bytes

Raspberry Pi Dymo Label printer

Small c++ program to print a png image to a Dymo Labelwriter 450 on Linux (raspbian)

Install

git clone ...
cd raspberrypi-label-printer
make

Usage

./PrintLabel <label image 1> [<label image 2> ...]

Where label image 1, label image 2, etc is a path to a png image to print.