Adafruit added

This commit is contained in:
2020-06-11 17:54:10 +02:00
parent f98164f8e6
commit d2a2c43386
9 changed files with 497 additions and 9 deletions

View File

@ -6,7 +6,8 @@ function init() {
# \x1b\x47 - Double Strike
# \x1b\x78\x01 - Standard Letter Mode
# \x1b\x52\x02 - German
printf "\x1b\x47\x1b\x78\x01\x1b\x52\x02" >> "$DEVICE"
# \x1b\x33\x20 - 20/180 inch line spacing (standard)
printf "\x1b\x47\x1b\x78\x01\x1b\x52\x02\x1b\x33\x20" >> "$DEVICE"
}