Browse Source

dont add extra lines when touchscreen off

v1.3
Christian Rotzoll 6 years ago
parent
commit
6ab7322dd0
  1. 2
      home.admin/00infoLCD.sh

2
home.admin/00infoLCD.sh

@ -211,7 +211,7 @@ while :
# no special case - show status display
/home/admin/00infoBlitz.sh
if [ "${touchscreen}" != "1" ]; then
if [ ${#touchscreen} -gt 0 ] && [ ${touchscreen} -gt 0 ]; then
echo ""
echo ""
echo ""

Loading…
Cancel
Save