mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
#4554 in menu deactivate touchscreen Deactivate touchscreen provisioning script
This commit is contained in:
parent
4388da4859
commit
0df22b0504
2 changed files with 9 additions and 9 deletions
|
@ -119,7 +119,7 @@ OPTIONS+=(A 'Blitz API + WebUI' ${blitzapi})
|
||||||
|
|
||||||
# LCD options (only when running with LCD screen)
|
# LCD options (only when running with LCD screen)
|
||||||
if [ "${displayClass}" == "lcd" ]; then
|
if [ "${displayClass}" == "lcd" ]; then
|
||||||
OPTIONS+=(s 'Touchscreen (experimental)' ${touchscreenMenu})
|
# OPTIONS+=(s 'Touchscreen (experimental)' ${touchscreenMenu})
|
||||||
OPTIONS+=(r 'LCD Rotate' ${lcdrotateMenu})
|
OPTIONS+=(r 'LCD Rotate' ${lcdrotateMenu})
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -547,14 +547,14 @@ else
|
||||||
echo "Provisioning LCD rotate - not needed, keep default rotate on" >> ${logFile}
|
echo "Provisioning LCD rotate - not needed, keep default rotate on" >> ${logFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TOUCHSCREEN
|
# TOUCHSCREEN - deactivated see https://github.com/raspiblitz/raspiblitz/pull/4609#issuecomment-2144406124
|
||||||
if [ "${#touchscreen}" -gt 0 ]; then
|
# if [ "${#touchscreen}" -gt 0 ]; then
|
||||||
echo "Provisioning Touchscreen - run config script" >> ${logFile}
|
# echo "Provisioning Touchscreen - run config script" >> ${logFile}
|
||||||
/home/admin/_cache.sh set message "Setup Touchscreen"
|
# /home/admin/_cache.sh set message "Setup Touchscreen"
|
||||||
/home/admin/config.scripts/blitz.touchscreen.sh ${touchscreen} >> ${logFile} 2>&1
|
# /home/admin/config.scripts/blitz.touchscreen.sh ${touchscreen} >> ${logFile} 2>&1
|
||||||
else
|
# else
|
||||||
echo "Provisioning Touchscreen - not active" >> ${logFile}
|
# echo "Provisioning Touchscreen - not active" >> ${logFile}
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# UPS
|
# UPS
|
||||||
if [ "${#ups}" -gt 0 ]; then
|
if [ "${#ups}" -gt 0 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue