espthing/image-notes.txt

7 lines
377 B
Plaintext

convert image so it can be rendered:
convert hello.png -depth 1 -type bilevel GRAY:hello.raw
convert ~/Pictures/pika-sm.png -resize 128x32! -depth 1 -type bilevel GRAY:- | dd of=/dev/ttyUSB0 bs=1 count=512
echo "aaa" | convert -background black -fill white -size 128x32 -family "Tamzen" -antialias -depth 1 -pointsize 12 caption:@- GRAY: | dd of=/dev/ttyUSB0 bs=1 count=512