summaryrefslogtreecommitdiff
path: root/plugins/alcd/scripts/activy_msg.sh
blob: 47c33bc5d996c35cb8074558dd30700e38406e50 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Activy set Display text
/bin/stty 38400 < /dev/ttyS0
printf "\x9A\x02$1\x00" > /dev/ttyS0
printf "\x9A\x03$2\x00" > /dev/ttyS0
printf "\xF0\x3D" > /dev/ttyS0