This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
led-textfeed/textfeed.sh

7 lines
175 B
Bash
Raw Normal View History

2015-02-23 22:27:22 +01:00
#!/bin/sh
echo -n "Y " \
| convert -extract 16x16+43+43 -background lightblue -fill blue -pointsize 21 text:- bmp3:- \
| dd bs=1 skip=54 \
| nc -u 172.22.239.182 8888