Send lines of text to a QNAP LCD display

Lars Kruse bc90976878 init 2 years ago
README.md bc90976878 init 2 years ago
qnap_lcd_message bc90976878 init 2 years ago

README.md

Overview

Send lines of text to a QNAP LCD display.

Example usage

Manually send a text:

qnap_lcd_message "$(hostname)" "Hello!"

Example crontab entry for updating the hostname and the RAID status every minute:

* * * * * qnap_lcd_message "$(hostname)" "RAID: $(grep --only-matching '\[[U_]\+\]' /proc/mdstat)"

License

GPLv3 or later

Authors

  • Lars Kruse
  • Justin Duplessis
  • Dirk Brenken