- Access Point, flashed with openepaperlink.de or compatible
- python3 (with PIL)
- Any good operating system (this - of course - excludes Micro$oft Windows; might work but untested)
for a 1.54" tag
./eink_create_img.py -i '{"t":"Hello","f":"/usr/share/fonts/truetype/freefont/FreeMono.ttf","s":16,"c":1,"x":0,"y":0,"a":0}' \
'{"t":"World","f":"/usr/share/fonts/truetype/freefont/FreeMono.ttf","s":16,"c":2,"x":0,"y":20,"a":0}' \
-o helloworld.jpg \
-r 0 \
-s 1.54 \
-vv
Produced Image:
for a 2.9" tag, in wide (not tall) orientation
./eink_create_img.py -i '{"t":"Hello","f":"/usr/share/fonts/truetype/freefont/FreeMono.ttf","s":16,"c":1,"x":0,"y":0,"a":0}' \
'{"t":"World","f":"/usr/share/fonts/truetype/freefont/FreeMono.ttf","s":16,"c":2,"x":0,"y":20,"a":0}' \
-o helloworld.jpg \
-r 0 \
-s 2.9w \
-vv \
-u 'http://192.168.178.192' '00000197E5CB3B38' # the first four '0' can be ommitted
Its ugly documented python. The code is documentation enough.